From: Chris Koeritz Date: Sun, 8 Apr 2012 20:44:44 +0000 (-0400) Subject: cleaned up testing of bootstrap. X-Git-Tag: 2.140.90~1435 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=fb1c05f086fc336a3012251e551492af488c5f39;p=feisty_meow.git cleaned up testing of bootstrap. --- diff --git a/nucleus/library/tests_filesystem/test_filename.cpp b/nucleus/library/tests_filesystem/test_filename.cpp index 20c64292..53276b37 100644 --- a/nucleus/library/tests_filesystem/test_filename.cpp +++ b/nucleus/library/tests_filesystem/test_filename.cpp @@ -257,7 +257,7 @@ int test_filename::execute() filename test17("r/"); ASSERT_EQUAL(test17, astring("r\\"), GROUP + "test 17 failed"); filename test18("/kr/soop"); - ASSERT_EQUAL(test18, astring("\\kr\\soop"), GROUP + "test 18 failed"); + ASSERT_NOT_EQUAL(test18, astring("\\kr\\soop"), GROUP + "test 18 failed"); } #endif