diff --git a/test/testpath.cpp b/test/testpath.cpp index 19da77916..c26e6977d 100644 --- a/test/testpath.cpp +++ b/test/testpath.cpp @@ -54,7 +54,7 @@ private: ASSERT_EQUALS("../../src/test.cpp", Path::simplifyPath("../../src/test.cpp")); ASSERT_EQUALS("../../../src/test.cpp", Path::simplifyPath("../../../src/test.cpp")); ASSERT_EQUALS("src/test.cpp", Path::simplifyPath(".//src/test.cpp")); - ASSERT_EQUALS("src/test.cpp", Path::simplifyPath(".//src/test.cpp")); + ASSERT_EQUALS("src/test.cpp", Path::simplifyPath(".///src/test.cpp")); // Handling of UNC paths on Windows ASSERT_EQUALS("//src/test.cpp", Path::simplifyPath("//src/test.cpp"));