COIN-OR::LEMON - Graph Library

Changeset 504:6ef30329dd50 in lemon-0.x for src/test


Ignore:
Timestamp:
05/03/04 10:13:41 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@664
Message:

One more test case with minor importance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/graph_test.cc

    r503 r504  
    134134    m=cm; 
    135135    dm=cm; //Copy from another type
     136    m=dm; //Copy to another type
    136137  }
    137138  //EdgeMap tests
     
    163164    m=cm; 
    164165    dm=cm; //Copy from another type
     166    m=dm; //Copy to another type
    165167  }
    166168 
Note: See TracChangeset for help on using the changeset viewer.