Chromium Code Reviews| Index: base/file_util_unittest.cc |
| =================================================================== |
| --- base/file_util_unittest.cc (revision 68690) |
| +++ base/file_util_unittest.cc (working copy) |
| @@ -696,7 +696,7 @@ |
| // Tests that the Delete function works for wild cards, especially |
| // with the recursion flag. Also coincidentally tests PathExists. |
| // TODO(erikkay): see if anyone's actually using this feature of the API |
| -TEST_F(FileUtilTest, DeleteWildCard) { |
| +TEST_F(FileUtilTest, DISABLED_DeleteWildCard) { |
|
kinuko
2010/12/10 23:03:43
Maybe we should delete this test (and cc erikkay a
Kavita Kanetkar
2010/12/14 21:36:37
Done.
|
| // Create a file and a directory |
| FilePath file_name = temp_dir_.path().Append(FPL("Test DeleteWildCard.txt")); |
| CreateTextFile(file_name, bogus_content); |