Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3270)

Unified Diff: base/files/file_path_unittest.cc

Issue 1488873002: Revert "Treat '...' as a non-parent path component outside of Windows." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/files/file_path.cc ('k') | content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/files/file_path_unittest.cc
diff --git a/base/files/file_path_unittest.cc b/base/files/file_path_unittest.cc
index 4b48a269bab7b93845d7be5bd94579b55015979d..bc0e8432e0e1466581a37208d8b8d29e343b458b 100644
--- a/base/files/file_path_unittest.cc
+++ b/base/files/file_path_unittest.cc
@@ -1090,15 +1090,9 @@ TEST_F(FilePathTest, ReferencesParent) {
const struct UnaryBooleanTestData cases[] = {
{ FPL("."), false },
{ FPL(".."), true },
-#if defined(OS_WIN)
{ FPL(".. "), true },
{ FPL(" .."), true },
{ FPL("..."), true },
-#else
- { FPL(".. "), false },
- { FPL(" .."), false },
- { FPL("..."), false },
-#endif
{ FPL("a.."), false },
{ FPL("..a"), false },
{ FPL("../"), true },
« no previous file with comments | « base/files/file_path.cc ('k') | content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698