cleaned up testing of bootstrap.
authorChris Koeritz <fred@gruntose.com>
Sun, 8 Apr 2012 20:44:44 +0000 (16:44 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 8 Apr 2012 20:44:44 +0000 (16:44 -0400)
nucleus/library/tests_filesystem/test_filename.cpp

index 20c642922737fc70a06203a512c664885534e538..53276b378720c8171d814b26a8cb7836f2cc4853 100644 (file)
@@ -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