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

Unified Diff: ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java

Issue 2243353002: (Reland) Update all Robolectric tests to Robolectric 3.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « ui/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java
diff --git a/ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java b/ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java
index 7f6248063543dbdc325e53fa18edf52494572b7e..672dea87e7a469be5efbb1cac8425ed676fd2714 100644
--- a/ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java
+++ b/ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java
@@ -22,7 +22,8 @@ import java.util.TimeZone;
* Tests for DateDialogNormalizer.
*/
@RunWith(LocalRobolectricTestRunner.class)
-@Config(manifest = Config.NONE)
+// sdk 18 is used due to a bug in Robolectric, crbug.com/635199
+@Config(manifest = Config.NONE, sdk = 18)
public class DateDialogNormalizerTest {
private static final long MILLIS_PER_MINUTE = 60 * 1000;
« no previous file with comments | « ui/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698