updated from windows side and nearly working over there.
[feisty_meow.git] / nucleus / library / tests_filesystem / test_filename.cpp
index 6fa80759ceac3b118a564f0ab4a5a9697a3b3e7c..54bba456d58d952109f11095c74695c8cc7f7d5c 100644 (file)
@@ -259,7 +259,7 @@ int test_filename::execute()
     filename test17("r/");
     ASSERT_EQUAL(test17, astring("r\\"), GROUP + "test 17 failed");
     filename test18("/kr/soop");
-    ASSERT_NOT_EQUAL(test18, astring("\\kr\\soop"), GROUP + "test 18 failed");
+    ASSERT_INEQUAL(test18, astring("\\kr\\soop"), GROUP + "test 18 failed");
   }
 #endif