projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2696841
)
cleaned up testing of bootstrap.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 8 Apr 2012 20:44:44 +0000
(16:44 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 8 Apr 2012 20:44:44 +0000
(16:44 -0400)
nucleus/library/tests_filesystem/test_filename.cpp
patch
|
blob
|
history
diff --git
a/nucleus/library/tests_filesystem/test_filename.cpp
b/nucleus/library/tests_filesystem/test_filename.cpp
index 20c642922737fc70a06203a512c664885534e538..53276b378720c8171d814b26a8cb7836f2cc4853 100644
(file)
--- 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