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

Unified Diff: chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js

Issue 152513002: Files.app: Fix the number of remaining files and processed bytes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a test. Created 6 years, 10 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/resources/file_manager/background/js/file_operation_manager.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/file_manager/unit_tests/file_operation_handler_unittest.js
diff --git a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js b/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
index d461a5a86a3f98d67e613af81ba8fb2c1bfb8efe..afb7798d63d3fa6298f7b8b7e8f86e6732fb8a65 100644
--- a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
+++ b/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
@@ -35,7 +35,7 @@ function testCopySuccess() {
status: {
operationType: 'COPY',
numRemainingItems: 1,
- processingEntry: {name: 'sample.txt'},
+ processingEntryName: 'sample.txt',
totalBytes: 200,
processedBytes: 0
}
@@ -81,7 +81,7 @@ function testCopyCancel() {
status: {
operationType: 'COPY',
numRemainingItems: 1,
- processingEntry: {name: 'sample.txt'},
+ processingEntryName: 'sample.txt',
totalBytes: 200,
processedBytes: 0
}
« no previous file with comments | « chrome/browser/resources/file_manager/background/js/file_operation_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698