diff -r b4784a66a8e6 -r 7abfb55f1ecc test/error_test.cc --- a/test/error_test.cc Mon Sep 22 08:37:23 2008 +0100 +++ b/test/error_test.cc Mon Sep 22 10:56:01 2008 +0200 @@ -47,14 +47,9 @@ LEMON_ASSERT(false, "This is a fault message"); } -void fixme_disable() { - LEMON_FIXME("fixme_disable() is fixme!"); -} - void check_assertion_disable() { no_assertion_text_disable(); assertion_text_disable(); - fixme_disable(); } #undef LEMON_DISABLE_ASSERTS @@ -78,15 +73,10 @@ LEMON_ASSERT(false, "This is a fault message"); } -void fixme_custom() { - LEMON_FIXME("fixme_custom() is fixme!"); -} - void check_assertion_custom() { no_assertion_text_custom(); assertion_text_custom(); - fixme_custom(); - check(cnt == 2, "The custom assert handler does not work"); + check(cnt == 1, "The custom assert handler does not work"); } #undef LEMON_ASSERT_CUSTOM