# HG changeset patch # User alpar # Date 1083572021 0 # Node ID 6ef30329dd502fef1c3e6db032e62d4dd971ec4a # Parent 769f31e9f7b03f7a7f8c0a7ec628c89d1f795b5e One more test case with minor importance. diff -r 769f31e9f7b0 -r 6ef30329dd50 src/test/graph_test.cc --- a/src/test/graph_test.cc Mon May 03 07:27:29 2004 +0000 +++ b/src/test/graph_test.cc Mon May 03 08:13:41 2004 +0000 @@ -133,6 +133,7 @@ m=cm; dm=cm; //Copy from another type + m=dm; //Copy to another type } //EdgeMap tests { @@ -162,6 +163,7 @@ m=cm; dm=cm; //Copy from another type + m=dm; //Copy to another type } }