зеркало из https://github.com/mozilla/pjs.git
Bug 377189: fix nsIFileTest.cpp compilation, patch by Bernhard Rosenkraenzer <bero@arklinux.org>, r=dougt
This commit is contained in:
Родитель
5cbaf6a905
Коммит
94a2c5a9e4
|
@ -406,7 +406,7 @@ NormalizeTest(const char *testPath, int moveUpCount,
|
||||||
if (!newPath.Equals(expectedPath)) {
|
if (!newPath.Equals(expectedPath)) {
|
||||||
printf("ERROR: Normalize() test Failed!\n");
|
printf("ERROR: Normalize() test Failed!\n");
|
||||||
printf(" Got: %s\n", newPath.get());
|
printf(" Got: %s\n", newPath.get());
|
||||||
printf("Expected: %s\n", expectedPath);
|
printf("Expected: %s\n", expectedPath.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("end normalize test.\n");
|
printf("end normalize test.\n");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче