# HG changeset patch # User athos # Date 1083659641 0 # Node ID 1380377682ab6a138fca9cb12a9e42f84ea5d3fa # Parent c37949721c61d5fdc1a8ae516e1a88d3f994db0a Test file xy_test.cc finished. Really. diff -r c37949721c61 -r 1380377682ab src/test/xy_test.cc --- a/src/test/xy_test.cc Tue May 04 08:31:48 2004 +0000 +++ b/src/test/xy_test.cc Tue May 04 08:34:01 2004 +0000 @@ -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;