test/edge_set_test.cc
changeset 559 9b9ffe7d9b75
parent 491 68fe66e2b34a
child 956 141f9c0db4a3
child 1081 f1398882a928
child 1157 761fe0846f49
     1.1 --- a/test/edge_set_test.cc	Fri Jan 23 16:42:07 2009 +0000
     1.2 +++ b/test/edge_set_test.cc	Fri Feb 13 13:29:28 2009 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  using namespace lemon;
     1.5  
     1.6  void checkSmartArcSet() {
     1.7 -  checkConcept<concepts::Digraph, SmartArcSet<concepts::Digraph> >();
     1.8 +  checkConcept<concepts::Digraph, SmartArcSet<ListDigraph> >();
     1.9  
    1.10    typedef ListDigraph Digraph;
    1.11    typedef SmartArcSet<Digraph> ArcSet;
    1.12 @@ -99,7 +99,7 @@
    1.13  }
    1.14  
    1.15  void checkListArcSet() {
    1.16 -  checkConcept<concepts::Digraph, SmartArcSet<concepts::Digraph> >();
    1.17 +  checkConcept<concepts::Digraph, SmartArcSet<ListDigraph> >();
    1.18  
    1.19    typedef ListDigraph Digraph;
    1.20    typedef ListArcSet<Digraph> ArcSet;
    1.21 @@ -179,7 +179,7 @@
    1.22  }
    1.23  
    1.24  void checkSmartEdgeSet() {
    1.25 -  checkConcept<concepts::Digraph, SmartEdgeSet<concepts::Digraph> >();
    1.26 +  checkConcept<concepts::Digraph, SmartEdgeSet<ListDigraph> >();
    1.27  
    1.28    typedef ListDigraph Digraph;
    1.29    typedef SmartEdgeSet<Digraph> EdgeSet;
    1.30 @@ -263,7 +263,7 @@
    1.31  }
    1.32  
    1.33  void checkListEdgeSet() {
    1.34 -  checkConcept<concepts::Digraph, ListEdgeSet<concepts::Digraph> >();
    1.35 +  checkConcept<concepts::Digraph, ListEdgeSet<ListDigraph> >();
    1.36  
    1.37    typedef ListDigraph Digraph;
    1.38    typedef ListEdgeSet<Digraph> EdgeSet;