test/graph_adaptor_test.cc
changeset 1909 2d806130e700
parent 1875 98698b69a902
child 1956 a055123339d5
     1.1 --- a/test/graph_adaptor_test.cc	Thu Jan 26 06:44:22 2006 +0000
     1.2 +++ b/test/graph_adaptor_test.cc	Thu Jan 26 15:42:13 2006 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  #include<lemon/smart_graph.h>
     1.6  #include<lemon/concept/graph.h>
     1.7 -#include<lemon/concept/undir_graph.h>
     1.8 +#include<lemon/concept/ugraph.h>
     1.9  
    1.10  #include<lemon/list_graph.h>
    1.11  #include<lemon/full_graph.h>
    1.12 @@ -65,9 +65,9 @@
    1.13        Graph::NodeMap<Graph::Edge> > >(); 
    1.14  
    1.15      /// \bug why does not compile with StaticGraph
    1.16 -    checkConcept<BaseIterableUndirGraphConcept, UndirGraphAdaptor<ListGraph> >();
    1.17 -    checkConcept<IterableUndirGraphConcept, UndirGraphAdaptor<ListGraph> >();
    1.18 -    checkConcept<MappableUndirGraphConcept, UndirGraphAdaptor<ListGraph> >();
    1.19 +    checkConcept<BaseIterableUGraphConcept, UGraphAdaptor<ListGraph> >();
    1.20 +    checkConcept<IterableUGraphConcept, UGraphAdaptor<ListGraph> >();
    1.21 +    checkConcept<MappableUGraphConcept, UGraphAdaptor<ListGraph> >();
    1.22    }
    1.23    std::cout << __FILE__ ": All tests passed.\n";
    1.24