Index: src/test/graph_test.cc
===================================================================
--- src/test/graph_test.cc	(revision 826)
+++ src/test/graph_test.cc	(revision 873)
@@ -53,48 +53,49 @@
 
 //Compile GraphSkeleton
-template void checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
+template void hugo::checkCompileStaticGraph<skeleton::StaticGraphSkeleton>
 (skeleton::StaticGraphSkeleton &);
 
-template void checkCompileGraph<skeleton::GraphSkeleton>
-(skeleton::GraphSkeleton &);
+template void hugo::checkCompileGraph<skeleton::ExtendableGraphSkeleton>
+(skeleton::ExtendableGraphSkeleton &);
 
-template void checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
+template void hugo::checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
 (skeleton::ErasableGraphSkeleton &);
 
 //Compile SmartGraph
-template void checkCompileGraph<SmartGraph>(SmartGraph &);
-template void checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);
+template void hugo::checkCompileGraph<SmartGraph>(SmartGraph &);
+template void hugo::checkCompileGraphFindEdge<SmartGraph>(SmartGraph &);
 
 //Compile SymSmartGraph
-template void checkCompileGraph<SymSmartGraph>(SymSmartGraph &);
-template void checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
+template void hugo::checkCompileGraph<SymSmartGraph>(SymSmartGraph &);
+template void hugo::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
 
 //Compile ListGraph
-template void checkCompileGraph<ListGraph>(ListGraph &);
-template void checkCompileErasableGraph<ListGraph>(ListGraph &);
-template void checkCompileGraphFindEdge<ListGraph>(ListGraph &);
+template void hugo::checkCompileGraph<ListGraph>(ListGraph &);
+template void hugo::checkCompileErasableGraph<ListGraph>(ListGraph &);
+template void hugo::checkCompileGraphFindEdge<ListGraph>(ListGraph &);
 
 
 //Compile SymListGraph
-template void checkCompileGraph<SymListGraph>(SymListGraph &);
-template void checkCompileErasableGraph<SymListGraph>(SymListGraph &);
-template void checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
+template void hugo::checkCompileGraph<SymListGraph>(SymListGraph &);
+template void hugo::checkCompileErasableGraph<SymListGraph>(SymListGraph &);
+template void hugo::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
 
 //Compile FullGraph
-template void checkCompileStaticGraph<FullGraph>(FullGraph &);
-template void checkCompileGraphFindEdge<FullGraph>(FullGraph &);
+template void hugo::checkCompileStaticGraph<FullGraph>(FullGraph &);
+template void hugo::checkCompileGraphFindEdge<FullGraph>(FullGraph &);
 
 //Compile EdgeSet <ListGraph>
-template void checkCompileGraph<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
-template void checkCompileGraphEraseEdge<EdgeSet <ListGraph> >
+template void hugo::checkCompileGraph<EdgeSet <ListGraph> >
 (EdgeSet <ListGraph> &);
-template void checkCompileGraphFindEdge<EdgeSet <ListGraph> >
+template void hugo::checkCompileGraphEraseEdge<EdgeSet <ListGraph> >
+(EdgeSet <ListGraph> &);
+template void hugo::checkCompileGraphFindEdge<EdgeSet <ListGraph> >
 (EdgeSet <ListGraph> &);
 
 //Compile EdgeSet <NodeSet>
-template void checkCompileGraph<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
-template void checkCompileGraphEraseEdge<EdgeSet <NodeSet> >
+template void hugo::checkCompileGraph<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
+template void hugo::checkCompileGraphEraseEdge<EdgeSet <NodeSet> >
 (EdgeSet <NodeSet> &);
-template void checkCompileGraphFindEdge<EdgeSet <NodeSet> >
+template void hugo::checkCompileGraphFindEdge<EdgeSet <NodeSet> >
 (EdgeSet <NodeSet> &);
 
