src/test/xy_test.cc
changeset 517 1380377682ab
parent 516 c37949721c61
child 518 fcdb561b8c78
     1.1 --- a/src/test/xy_test.cc	Tue May 04 08:31:48 2004 +0000
     1.2 +++ b/src/test/xy_test.cc	Tue May 04 08:34:01 2004 +0000
     1.3 @@ -67,10 +67,10 @@
     1.4  	check(!doboz1.inside(seged),"Inside? Should not be.");
     1.5  
     1.6  	BB doboz2(seged);
     1.7 -	check(!doboz2.empty(), "empty? Should not be.");
     1.8 +	check(!doboz2.empty(), "empty? Should not be. Constructed from 1 point.");
     1.9  
    1.10  	doboz2 += doboz1;
    1.11 -	check(doboz2.inside(seged),"Inside? Should be.");
    1.12 +	check(doboz2.inside(seged),"Inside? Should be. Incremented a box with an other.");
    1.13  
    1.14  	cout << (passed ? "All tests passed." : "Some of the tests failed!!!")
    1.15  	     << endl;