src/test/graph_test.cc
changeset 504 6ef30329dd50
parent 503 769f31e9f7b0
child 515 a7eeb8af6b34
     1.1 --- a/src/test/graph_test.cc	Mon May 03 07:27:29 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Mon May 03 08:13:41 2004 +0000
     1.3 @@ -133,6 +133,7 @@
     1.4      
     1.5      m=cm;  
     1.6      dm=cm; //Copy from another type
     1.7 +    m=dm; //Copy to another type
     1.8    }
     1.9    //EdgeMap tests
    1.10    {
    1.11 @@ -162,6 +163,7 @@
    1.12      
    1.13      m=cm;  
    1.14      dm=cm; //Copy from another type
    1.15 +    m=dm; //Copy to another type
    1.16    }
    1.17    
    1.18  }