[Lemon-commits] [lemon_svn] athos: r679 - hugo/trunk/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:55 CET 2006


Author: athos
Date: Tue May  4 10:34:01 2004
New Revision: 679

Modified:
   hugo/trunk/src/test/xy_test.cc

Log:
Test file xy_test.cc finished. Really.

Modified: hugo/trunk/src/test/xy_test.cc
==============================================================================
--- hugo/trunk/src/test/xy_test.cc	(original)
+++ hugo/trunk/src/test/xy_test.cc	Tue May  4 10:34:01 2004
@@ -67,10 +67,10 @@
 	check(!doboz1.inside(seged),"Inside? Should not be.");
 
 	BB doboz2(seged);
-	check(!doboz2.empty(), "empty? Should not be.");
+	check(!doboz2.empty(), "empty? Should not be. Constructed from 1 point.");
 
 	doboz2 += doboz1;
-	check(doboz2.inside(seged),"Inside? Should be.");
+	check(doboz2.inside(seged),"Inside? Should be. Incremented a box with an other.");
 
 	cout << (passed ? "All tests passed." : "Some of the tests failed!!!")
 	     << endl;



More information about the Lemon-commits mailing list