[Lemon-commits] [lemon_svn] alpar: r664 - hugo/trunk/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:50 CET 2006
Author: alpar
Date: Mon May 3 10:13:41 2004
New Revision: 664
Modified:
hugo/trunk/src/test/graph_test.cc
Log:
One more test case with minor importance.
Modified: hugo/trunk/src/test/graph_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_test.cc (original)
+++ hugo/trunk/src/test/graph_test.cc Mon May 3 10:13:41 2004
@@ -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
}
}
More information about the Lemon-commits
mailing list