COIN-OR::LEMON - Graph Library

Changeset 277:7abfb55f1ecc in lemon-1.2 for test/error_test.cc


Ignore:
Timestamp:
09/22/08 10:56:01 (16 years ago)
Author:
"Balazs Dezso <deba@…
Branch:
default
Children:
279:6307bbbf285b, 280:e7f8647ce760
Phase:
public
Message:

Removing fixme an log assert handler from assertion system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/error_test.cc

    r223 r277  
    4848}
    4949
    50 void fixme_disable() {
    51   LEMON_FIXME("fixme_disable() is fixme!");
    52 }
    53 
    5450void check_assertion_disable() {
    5551  no_assertion_text_disable();
    5652  assertion_text_disable();
    57   fixme_disable();
    5853}
    5954#undef LEMON_DISABLE_ASSERTS
     
    7974}
    8075
    81 void fixme_custom() {
    82   LEMON_FIXME("fixme_custom() is fixme!");
    83 }
    84 
    8576void check_assertion_custom() {
    8677  no_assertion_text_custom();
    8778  assertion_text_custom();
    88   fixme_custom();
    89   check(cnt == 2, "The custom assert handler does not work");
     79  check(cnt == 1, "The custom assert handler does not work");
    9080}
    9181
Note: See TracChangeset for help on using the changeset viewer.