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

Unified Diff: chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js

Issue 23708027: A quick fix attempt for SyncFileSystemApiTest.GetUsageAndQuota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/extensions/api/sync_file_system/sync_file_system_apitest.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/sync_file_system/get_usage_and_quota/test.js
diff --git a/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js b/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js
index f72c4647f9d5109557a7516a3c2f61adcc23d6c6..790afa62813956e66c30148e4efee5033a68d566 100644
--- a/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js
+++ b/chrome/test/data/extensions/api_test/sync_file_system/get_usage_and_quota/test.js
@@ -14,7 +14,7 @@ var testStep = [
// TODO(calvinlo): Update test code after default quota is made const
// (http://crbug.com/155488).
- chrome.test.assertEq(123456789, info.quotaBytes);
+ chrome.test.assertEq(123456, info.quotaBytes);
chrome.test.succeed();
}
];
« no previous file with comments | « chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698