[Lemon-commits] [lemon_svn] alpar: r969 - hugo/trunk/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:42:29 CET 2006


Author: alpar
Date: Wed Jul 21 09:01:14 2004
New Revision: 969

Modified:
   hugo/trunk/src/test/graph_test.cc

Log:
Test EdgeSet/NodeSet as well.


Modified: hugo/trunk/src/test/graph_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_test.cc	(original)
+++ hugo/trunk/src/test/graph_test.cc	Wed Jul 21 09:01:14 2004
@@ -267,9 +267,8 @@
 template void checkCompile<SymListGraph>(SymListGraph &);
 template void checkCompileStaticGraph<FullGraph>(FullGraph &);
 
-//Due to some mysterious problems it does not work.
 template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
-//template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
+template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
 
 int main() 
 {



More information about the Lemon-commits mailing list