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

Unified Diff: base/file_util_unittest.cc

Issue 3077: posix copydirectory implementation (Closed)
Patch Set: rebased Created 12 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
Index: base/file_util_unittest.cc
diff --git a/base/file_util_unittest.cc b/base/file_util_unittest.cc
index 142967eb1c2928ff9fc3469d0508dac142fccdd4..e5cea3a711ab40c2c499f26e6359f99e5d11ebe1 100644
--- a/base/file_util_unittest.cc
+++ b/base/file_util_unittest.cc
@@ -399,8 +399,6 @@ TEST_F(FileUtilTest, Move) {
EXPECT_TRUE(file_util::PathExists(file_name_to));
}
-// TODO(erikkay): implement
-#if defined(OS_WIN)
TEST_F(FileUtilTest, CopyDirectoryRecursively) {
// Create a directory.
std::wstring dir_name_from(test_dir_);
@@ -497,7 +495,6 @@ TEST_F(FileUtilTest, CopyDirectory) {
EXPECT_TRUE(file_util::PathExists(file_name_to));
EXPECT_FALSE(file_util::PathExists(subdir_name_to));
}
-#endif
TEST_F(FileUtilTest, CopyFile) {
// Create a directory
« base/file_util_posix.cc ('K') | « base/file_util_posix.cc ('k') | net/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698