[Lemon-commits] [lemon_svn] klao: r1319 - hugo/branches/graph_factory/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:44:35 CET 2006
Author: klao
Date: Wed Oct 27 16:51:21 2004
New Revision: 1319
Modified:
hugo/branches/graph_factory/src/test/Makefile.am
hugo/branches/graph_factory/src/test/graph_wrapper_test.cc
Log:
graph_wrapper_test working again
Modified: hugo/branches/graph_factory/src/test/Makefile.am
==============================================================================
--- hugo/branches/graph_factory/src/test/Makefile.am (original)
+++ hugo/branches/graph_factory/src/test/Makefile.am Wed Oct 27 16:51:21 2004
@@ -25,6 +25,7 @@
test_tools_pass \
time_measure_test \
unionfind_test \
+ graph_wrapper_test \
xy_test
TESTS = $(check_PROGRAMS)
@@ -35,6 +36,7 @@
dijkstra_test_SOURCES = dijkstra_test.cc
graph_test_SOURCES = graph_test.cc
graph_utils_test_SOURCES = graph_utils_test.cc
+graph_wrapper_test_SOURCES = graph_wrapper_test.cc
kruskal_test_SOURCES = kruskal_test.cc
min_cost_flow_test_SOURCES = min_cost_flow_test.cc
new_graph_test_SOURCES = new_graph_test.cc
Modified: hugo/branches/graph_factory/src/test/graph_wrapper_test.cc
==============================================================================
--- hugo/branches/graph_factory/src/test/graph_wrapper_test.cc (original)
+++ hugo/branches/graph_factory/src/test/graph_wrapper_test.cc Wed Oct 27 16:51:21 2004
@@ -48,7 +48,7 @@
function_requires<StaticGraphConcept<RevGraphWrapper<Graph> > >();
- function_requires<StaticGraphConcept<SubGraphWrapper<Graph, Graph::NodeMap<bool> , Graph::NodeMap<bool> > > >();
+ function_requires<StaticGraphConcept<SubGraphWrapper<Graph, Graph::NodeMap<bool> , Graph::EdgeMap<bool> > > >();
function_requires<StaticGraphConcept<NodeSubGraphWrapper<Graph, Graph::NodeMap<bool> > > >();
function_requires<StaticGraphConcept<EdgeSubGraphWrapper<Graph, Graph::EdgeMap<bool> > > >();
More information about the Lemon-commits
mailing list