Index: ppapi/tests/test_flash_file.h |
=================================================================== |
--- ppapi/tests/test_flash_file.h (revision 171259) |
+++ ppapi/tests/test_flash_file.h (working copy) |
@@ -19,21 +19,10 @@ |
virtual void RunTests(const std::string& filter); |
private: |
- // TODO(raymes): We should have SetUp/TearDown methods for ppapi tests. |
- void SetUp(); |
- |
- std::string TestOpenFile(); |
- std::string TestRenameFile(); |
- std::string TestDeleteFileOrDir(); |
- std::string TestCreateDir(); |
- std::string TestQueryFile(); |
- std::string TestGetDirContents(); |
+ // TODO(yzshen): Add more test cases for PPB_Flash_File_ModuleLocal and |
+ // PPB_Flash_File_FileRef. |
std::string TestCreateTemporaryFile(); |
- // TODO(raymes): Add these when we can test file chooser properly. |
- // std::string TestOpenFileRef(); |
- // std::string TestQueryFileRef(); |
- |
// Gets the number of files and directories under the module-local root |
// directory. |
std::string GetItemCountUnderModuleLocalRoot(size_t* item_count); |