Changeset 517:1380377682ab in lemon-0.x for src/test/xy_test.cc
- Timestamp:
- 05/04/04 10:34:01 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/xy_test.cc
r516 r517 68 68 69 69 BB doboz2(seged); 70 check(!doboz2.empty(), "empty? Should not be. ");70 check(!doboz2.empty(), "empty? Should not be. Constructed from 1 point."); 71 71 72 72 doboz2 += doboz1; 73 check(doboz2.inside(seged),"Inside? Should be. ");73 check(doboz2.inside(seged),"Inside? Should be. Incremented a box with an other."); 74 74 75 75 cout << (passed ? "All tests passed." : "Some of the tests failed!!!")
Note: See TracChangeset
for help on using the changeset viewer.