X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Ftest%2Fdata%2Fextensions%2Fapi_test%2Ffile_browser%2Fmount_test%2Ftest.js;h=ff093636d55b3c93d5dd8916bff6fbb59a362093;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=9b317218384370efc2f8a93007d64b8dfd1e8f20;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js b/src/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js index 9b31721..ff09363 100644 --- a/src/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js +++ b/src/chrome/test/data/extensions/api_test/file_browser/mount_test/test.js @@ -12,6 +12,7 @@ var expectedVolume1 = { devicePath: 'system_path_prefix1', isParentDevice: false, isReadOnly: false, + hasMedia: false, profile: {profileId: "", displayName: "", isCurrentProfile: true} }; @@ -24,6 +25,7 @@ var expectedVolume2 = { devicePath: 'system_path_prefix2', isParentDevice: true, isReadOnly: true, + hasMedia: true, profile: {profileId: "", displayName: "", isCurrentProfile: true} }; @@ -36,6 +38,7 @@ var expectedVolume3 = { devicePath: 'system_path_prefix3', isParentDevice: true, isReadOnly: false, + hasMedia: false, profile: {profileId: "", displayName: "", isCurrentProfile: true} }; @@ -44,6 +47,7 @@ var expectedDownloadsVolume = { volumeLabel: '', volumeType: 'downloads', isReadOnly: false, + hasMedia: false, profile: {profileId: "", displayName: "", isCurrentProfile: true} }; @@ -53,6 +57,7 @@ var expectedDriveVolume = { sourcePath: /^\/special\/drive[^\/]*$/, volumeType: 'drive', isReadOnly: false, + hasMedia: false, profile: {profileId: "", displayName: "", isCurrentProfile: true} }; @@ -62,6 +67,7 @@ var expectedArchiveVolume = { sourcePath: /removable\/mount_path3\/archive.zip$/, volumeType: 'archive', isReadOnly: true, + hasMedia: false, profile: {profileId: "", displayName: "", isCurrentProfile: true} };