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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/background.js

Issue 309263002: Add browser test for VOLUME_TYPE_MTP volumes on Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: chrome/test/data/extensions/api_test/file_manager_browsertest/background.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js
index 8d78e13f9f3f76d552435d5fdc5bb866e9dfe695..f0774b57a22f6ced2fd507f3a293d57129d197a8 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/background.js
@@ -618,6 +618,18 @@ var NESTED_ENTRY_SET = [
];
/**
+ * Expecetd list of preset entries in fake test volumes. This should be in sync
+ * with FakeTestVolume::PrepareTestEntries in the test harness.
+ *
+ * @type {Array.<TestEntryInfo>}
+ * @const
+ */
+var BASIC_FAKE_ENTRY_SET = [
+ ENTRIES.hello,
+ ENTRIES.directoryA
+];
+
+/**
* Expected files shown in "Recent". Directories (e.g. 'photos') are not in this
* list as they are not expected in "Recent".
*

Powered by Google App Engine
This is Rietveld 408576698