COIN-OR::LEMON - Graph Library

Changeset 517:1380377682ab in lemon-0.x


Ignore:
Timestamp:
05/04/04 10:34:01 (20 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@679
Message:

Test file xy_test.cc finished. Really.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/xy_test.cc

    r516 r517  
    6868
    6969        BB doboz2(seged);
    70         check(!doboz2.empty(), "empty? Should not be.");
     70        check(!doboz2.empty(), "empty? Should not be. Constructed from 1 point.");
    7171
    7272        doboz2 += doboz1;
    73         check(doboz2.inside(seged),"Inside? Should be.");
     73        check(doboz2.inside(seged),"Inside? Should be. Incremented a box with an other.");
    7474
    7575        cout << (passed ? "All tests passed." : "Some of the tests failed!!!")
Note: See TracChangeset for help on using the changeset viewer.