COIN-OR::LEMON - Graph Library

Changeset 1568:f694f75de683 in lemon-0.x for test/undir_graph_test.cc


Ignore:
Timestamp:
07/18/05 17:10:22 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2067
Message:

Improving tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/undir_graph_test.cc

    r1435 r1568  
    4040  checkConcept<UndirGraph, UndirSmartGraph>();
    4141  checkConcept<ExtendableUndirGraph, UndirSmartGraph>();
     42
     43  checkConcept<UndirGraph, UndirFullGraph>();
    4244
    4345  checkConcept<UndirGraph, UndirGraph>();
     
    117119  check_graph<UndirSmartGraph>();
    118120
     121  {
     122    UndirFullGraph g(5);
     123    check_item_counts(g, 5, 10);
     124  }
     125
    119126  return 0;
    120127}
Note: See TracChangeset for help on using the changeset viewer.