test/graph_test.cc
changeset 109 abddaa08b507
parent 107 31a2e6d28f61
child 149 2f7ae34e1333
     1.1 --- a/test/graph_test.cc	Tue Mar 25 16:36:44 2008 +0100
     1.2 +++ b/test/graph_test.cc	Wed Mar 26 17:28:28 2008 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  
     1.5  #include <lemon/concepts/graph.h>
     1.6  #include <lemon/list_graph.h>
     1.7 -// #include <lemon/smart_graph.h>
     1.8 +#include <lemon/smart_graph.h>
     1.9  // #include <lemon/full_graph.h>
    1.10  // #include <lemon/grid_graph.h>
    1.11  
    1.12 @@ -47,7 +47,7 @@
    1.13    }
    1.14    {
    1.15      checkConcept<Graph, ListGraph>();    
    1.16 -//     checkConcept<Graph, SmartGraph>();    
    1.17 +    checkConcept<Graph, SmartGraph>();    
    1.18  //     checkConcept<Graph, FullGraph>();    
    1.19  //     checkConcept<Graph, Graph>();    
    1.20  //     checkConcept<Graph, GridGraph>();
    1.21 @@ -188,7 +188,7 @@
    1.22    check_concepts();
    1.23  
    1.24    check_graph<ListGraph>();
    1.25 -//  check_graph<SmartGraph>();
    1.26 +  check_graph<SmartGraph>();
    1.27  
    1.28  //   {
    1.29  //     FullGraph g(5);