author | alpar |
Mon, 03 May 2004 08:13:41 +0000 | |
changeset 504 | 6ef30329dd50 |
parent 503 | 769f31e9f7b0 |
child 505 | 8589c0658839 |
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 }