diff -r e997802b855c -r 87f7c54892df src/test/sym_graph_test.h --- a/src/test/sym_graph_test.h Sat Nov 13 12:53:28 2004 +0000 +++ b/src/test/sym_graph_test.h Sat Nov 13 17:07:10 2004 +0000 @@ -95,9 +95,9 @@ dm=cm; //Copy from another type { //Check the typedef's - typename Graph::template SymEdgeMap::ValueType val; + typename Graph::template SymEdgeMap::Value val; val = 1; - typename Graph::template SymEdgeMap::KeyType key; + typename Graph::template SymEdgeMap::Key key; key = typename Graph::SymEdgeIt(G); } } @@ -118,9 +118,9 @@ m=dm; //Copy to another type { //Check the typedef's - typename Graph::template SymEdgeMap::ValueType val; + typename Graph::template SymEdgeMap::Value val; val=true; - typename Graph::template SymEdgeMap::KeyType key; + typename Graph::template SymEdgeMap::Key key; key= typename Graph::SymEdgeIt(G); } }