test/graph_adaptor_test.cc
changeset 1979 c2992fd74dad
parent 1956 a055123339d5
child 1980 a954b780e3ab
     1.1 --- a/test/graph_adaptor_test.cc	Wed Feb 22 12:45:59 2006 +0000
     1.2 +++ b/test/graph_adaptor_test.cc	Wed Feb 22 18:26:56 2006 +0000
     1.3 @@ -67,9 +67,7 @@
     1.4        Graph::NodeMap<Graph::Edge> > >(); 
     1.5  
     1.6      /// \bug why does not compile with StaticGraph
     1.7 -    checkConcept<BaseIterableUGraphConcept, UGraphAdaptor<ListGraph> >();
     1.8 -    checkConcept<IterableUGraphConcept, UGraphAdaptor<ListGraph> >();
     1.9 -    checkConcept<MappableUGraphConcept, UGraphAdaptor<ListGraph> >();
    1.10 +    checkConcept<UGraph, UndirectGraphAdaptor<ListGraph> >();
    1.11    }
    1.12    std::cout << __FILE__ ": All tests passed.\n";
    1.13