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

Unified Diff: chrome/browser/chromeos/file_manager/file_manager_jstest.cc

Issue 340843005: Files.app: Create unit tests for MetadataCache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 6 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 | chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_manager_jstest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
index a4cddc1d934625427517125f4ebced7230876599..67b70011a56ccc4ba61594c431ba9bb4bf9ef9a3 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -48,6 +48,10 @@ IN_PROC_BROWSER_TEST_F(
IN_PROC_BROWSER_TEST_F(
FileManagerJsTest, DeviceHandlerTest) {
- RunTest(base::FilePath(
- FILE_PATH_LITERAL("device_handler_unittest.html")));
+ RunTest(base::FilePath(FILE_PATH_LITERAL("device_handler_unittest.html")));
+}
+
+IN_PROC_BROWSER_TEST_F(
+ FileManagerJsTest, MetadataCacheTest) {
+ RunTest(base::FilePath(FILE_PATH_LITERAL("metadata_cache_unittest.html")));
}
« no previous file with comments | « no previous file | chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698