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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js

Issue 19532006: Minor cleanup for SystemInfoStorageApiTest. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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 | « chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js
===================================================================
--- chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js (revision 213035)
+++ chrome/test/data/extensions/api_test/systeminfo/storage_attachment/test_storage_api.js (working copy)
@@ -3,10 +3,11 @@
// found in the LICENSE file.
// systemInfo.storage api test
-// browser_tests --gtest_filter=SystemInfoStorageApiTest.Storage
+// browser_tests --gtest_filter=SystemInfoStorageApiTest.StorageAttachment
chrome.systemInfo = chrome.experimental.systemInfo;
-// Testing data should be the same as that in system_info_storage_apitest.cc
+// Testing data should be the same as |kRemovableStorageData| in
+// system_info_storage_apitest.cc.
var testData = {
id: "transient:0004",
name: "/media/usb1",
« no previous file with comments | « chrome/test/data/extensions/api_test/systeminfo/storage/test_storage_api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698