From fb1c05f086fc336a3012251e551492af488c5f39 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 8 Apr 2012 16:44:44 -0400 Subject: [PATCH] cleaned up testing of bootstrap. --- nucleus/library/tests_filesystem/test_filename.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1