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

Unified Diff: base/file_path_unittest.cc

Issue 194132: Disable FilePathTest.AppendRelativeTest from r26387 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_path_unittest.cc
===================================================================
--- base/file_path_unittest.cc (revision 26387)
+++ base/file_path_unittest.cc (working copy)
@@ -485,7 +485,7 @@
}
}
-TEST_F(FilePathTest, AppendRelativePathTest) {
+TEST_F(FilePathTest, DISABLED_AppendRelativePathTest) {
const struct BinaryTestData cases[] = {
{ { FPL("/"), FPL("/foo/bar/baz") }, FPL("foo/bar/baz")},
{ { FPL("/foo/bar"), FPL("/foo/bar/baz") }, FPL("baz")},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698