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

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

Issue 663513003: Add an unittest for background/volume_manager.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase: Changed import_history_unittest to use MockFileSystem. Created 6 years, 2 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/file_operation_manager_unittest.js » ('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 b0b970615ad9075cbd31982b3afdd0823b14b98c..9547a1b6b62418ec38668addaa34068dc84f8af8 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -65,3 +65,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ImportHistoryTest) {
RunTest(base::FilePath(
FILE_PATH_LITERAL("import_history_unittest.html")));
}
+
+IN_PROC_BROWSER_TEST_F(FileManagerJsTest, VolumeManagerTest) {
+ RunTest(base::FilePath(
+ FILE_PATH_LITERAL("volume_manager_unittest.html")));
+}
« no previous file with comments | « no previous file | chrome/test/data/file_manager/unit_tests/file_operation_manager_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698