[Lemon-commits] [lemon_svn] alpar: r723 - hugo/trunk/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:09 CET 2006
Author: alpar
Date: Thu May 6 17:14:13 2004
New Revision: 723
Modified:
hugo/trunk/src/test/graph_test.cc
Log:
Some tests must have been commented out temporarily.
Modified: hugo/trunk/src/test/graph_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_test.cc (original)
+++ hugo/trunk/src/test/graph_test.cc Thu May 6 17:14:13 2004
@@ -1,7 +1,7 @@
#include<iostream>
#include<hugo/smart_graph.h>
-#include<hugo/skeletons/graph.h>
-#include<../work/alpar/list_graph.h>
+//#include<hugo/skeletons/graph.h>
+//#include<../work/alpar/list_graph.h>
/*
This test makes consistency checks of list graph structures.
@@ -269,11 +269,12 @@
}
}
-template void checkCompile<GraphSkeleton>(GraphSkeleton &);
+//template void checkCompile<GraphSkeleton>(GraphSkeleton &);
template void checkCompile<SmartGraph>(SmartGraph &);
template void checkCompile<SymSmartGraph>(SymSmartGraph &);
-template void checkCompile<ListGraph>(ListGraph &);
-template void checkCompile<SymListGraph>(SymListGraph &);
+//template void checkCompile<ListGraph>(ListGraph &);
+//template void checkCompile<SymListGraph>(SymListGraph &);
+
//Due to some mysterious and some conceptual problems it does not work.
//template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
More information about the Lemon-commits
mailing list