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

Unified Diff: ui/file_manager/integration_tests/test_util.js

Issue 1011663002: [Files.app] Add tests of opening Gallery from Files.app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « ui/file_manager/integration_tests/file_manager_test_manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/integration_tests/test_util.js
diff --git a/ui/file_manager/integration_tests/test_util.js b/ui/file_manager/integration_tests/test_util.js
index 1e2eba77820e4736ed52b8f1fc6679b29fbc4bc9..b631e51ce09c787bb7f9ec83a3d9cfcff33a997e 100644
--- a/ui/file_manager/integration_tests/test_util.js
+++ b/ui/file_manager/integration_tests/test_util.js
@@ -220,7 +220,7 @@ var ENTRIES = {
image2: new TestEntryInfo(
EntryType.FILE, 'image2.png', 'image2.png',
'image/png', SharedOption.NONE, 'Jan 18, 2038, 1:02 AM',
- 'image2.png', '272 bytes', 'PNG image'),
+ 'image2.png', '4 KB', 'PNG image'),
image3: new TestEntryInfo(
EntryType.FILE, 'image3.jpg', 'image3.jpg',
« no previous file with comments | « ui/file_manager/integration_tests/file_manager_test_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698