diff -r da142c310d02 -r 4274224f8a7d test/graph_factory_test.cc --- a/test/graph_factory_test.cc Tue Oct 24 16:49:41 2006 +0000 +++ b/test/graph_factory_test.cc Tue Oct 24 17:19:16 2006 +0000 @@ -18,8 +18,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -70,22 +70,22 @@ } //Compile Graph -template void lemon::concept::checkCompileGraph -(concept::Graph &); +template void lemon::concepts::checkCompileGraph +(concepts::Graph &); template -void lemon::concept::checkCompileGraph -(concept::Graph &); +void lemon::concepts::checkCompileGraph +(concepts::Graph &); template -void lemon::concept::checkCompileGraph -(concept::Graph &); +void lemon::concepts::checkCompileGraph +(concepts::Graph &); //Compile SmartGraph template -void lemon::concept::checkCompileGraph(SmartGraph &); +void lemon::concepts::checkCompileGraph(SmartGraph &); template -void lemon::concept::checkCompileGraphFindEdge(SmartGraph &); +void lemon::concepts::checkCompileGraphFindEdge(SmartGraph &); //Compile SymSmartGraph //template void hugo::checkCompileGraph(SymSmartGraph &); @@ -93,11 +93,11 @@ //Compile ListGraph template -void lemon::concept::checkCompileGraph(ListGraph &); +void lemon::concepts::checkCompileGraph(ListGraph &); template -void lemon::concept::checkCompileGraph(ListGraph &); +void lemon::concepts::checkCompileGraph(ListGraph &); template -void lemon::concept::checkCompileGraphFindEdge(ListGraph &); +void lemon::concepts::checkCompileGraphFindEdge(ListGraph &); //Compile SymListGraph @@ -106,9 +106,9 @@ //template void hugo::checkCompileGraphFindEdge(SymListGraph &); //Compile FullGraph -template void lemon::concept::checkCompileGraph(FullGraph &); +template void lemon::concepts::checkCompileGraph(FullGraph &); template -void lemon::concept::checkCompileGraphFindEdge(FullGraph &); +void lemon::concepts::checkCompileGraphFindEdge(FullGraph &); int main() @@ -143,7 +143,7 @@ // Some map tests. // FIXME: These shouldn't be here. - using namespace concept; + using namespace concepts; function_requires< ReadMapConcept< ReadMap > >(); function_requires< WriteMapConcept< WriteMap > >(); function_requires< ReadWriteMapConcept< ReadWriteMap > >();