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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java

Issue 2359763003: [Download Home] Various M55 adjustments (Closed)
Patch Set: Tests Created 4 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/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java
index f95a64e9e4602ebe5a243de2b1b9da27a5b10294..67ccc212c24c846debc09a5288a8c221d731dd66 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java
@@ -175,7 +175,7 @@ public class DownloadActivityTest extends BaseActivityInstrumentationTestCase<Do
}
});
mAdapterObserver.onChangedCallback.waitForCallback(callCount);
- assertEquals("0.50 GB used", mSpaceUsedDisplay.getText());
+ assertEquals("512.00 MB used", mSpaceUsedDisplay.getText());
}
/** Clicking on filters affects various things in the UI. */
@@ -248,7 +248,7 @@ public class DownloadActivityTest extends BaseActivityInstrumentationTestCase<Do
mStubbedProvider.getOfflinePageBridge().deleteItemCallback.waitForCallback(0);
assertFalse(mStubbedProvider.getSelectionDelegate().isSelectionEnabled());
assertEquals(8, mAdapter.getItemCount());
- assertEquals("0.00 GB used", mSpaceUsedDisplay.getText());
+ assertEquals("0.65 KB used", mSpaceUsedDisplay.getText());
}
@MediumTest
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698