test/dfs_test.cc
changeset 2111 ea1fa1bc3f6d
parent 1956 a055123339d5
child 2135 15355b98fb84
     1.1 --- a/test/dfs_test.cc	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/test/dfs_test.cc	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -29,7 +29,7 @@
     1.4  
     1.5  void check_Dfs_SmartGraph_Compile() 
     1.6  {
     1.7 -  typedef concept::StaticGraph Graph;
     1.8 +  typedef concept::Graph Graph;
     1.9  
    1.10    typedef Graph::Edge Edge;
    1.11    typedef Graph::Node Node;
    1.12 @@ -67,7 +67,7 @@
    1.13  void check_Dfs_Function_Compile() 
    1.14  {
    1.15    typedef int VType;
    1.16 -  typedef concept::StaticGraph Graph;
    1.17 +  typedef concept::Graph Graph;
    1.18  
    1.19    typedef Graph::Edge Edge;
    1.20    typedef Graph::Node Node;