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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/mount_test/test.js

Issue 309483008: Files.app: Retrieve disk label name from mount path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test 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
« no previous file with comments | « chrome/browser/chromeos/file_manager/volume_manager.cc ('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/file_browser/mount_test/test.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js b/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
index a282e5265479815159072cb7b162357f4d142b00..e636b97727400d5638921e9f576c11d4f4dd722e 100644
--- a/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
+++ b/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
@@ -5,7 +5,7 @@
// These have to be sync'd with file_browser_private_apitest.cc
var expectedVolume1 = {
volumeId: 'removable:mount_path1',
- volumeLabel: 'drive_label1',
+ volumeLabel: 'mount_path1',
sourcePath: 'device_path1',
volumeType: 'removable',
deviceType: 'usb',
@@ -17,7 +17,7 @@ var expectedVolume1 = {
var expectedVolume2 = {
volumeId: 'removable:mount_path2',
- volumeLabel: 'drive_label2',
+ volumeLabel: 'mount_path2',
sourcePath: 'device_path2',
volumeType: 'removable',
deviceType: 'mobile',
@@ -29,7 +29,7 @@ var expectedVolume2 = {
var expectedVolume3 = {
volumeId: 'removable:mount_path3',
- volumeLabel: 'drive_label3',
+ volumeLabel: 'mount_path3',
sourcePath: 'device_path3',
volumeType: 'removable',
deviceType: 'optical',
@@ -58,7 +58,7 @@ var expectedDriveVolume = {
var expectedArchiveVolume = {
volumeId: 'archive:archive_mount_path',
- volumeLabel: '',
+ volumeLabel: 'archive_mount_path',
sourcePath: /removable\/mount_path3\/archive.zip$/,
volumeType: 'archive',
isReadOnly: true,
« no previous file with comments | « chrome/browser/chromeos/file_manager/volume_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698