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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java

Issue 2710343003: Update Robolectric to 3.2.2 (Closed)
Patch Set: Small fix to StripLayoutHelperTest Created 3 years, 9 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
Index: chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java
index 998386ffa515a6d206af8ddf8a2e8acb5f40c329..0fd81df93d93f240e81776e57759148115e00b47 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/suggestions/TileGroupTest.java
@@ -60,7 +60,7 @@ import org.chromium.testing.local.LocalRobolectricTestRunner;
* Unit tests for {@link TileGroup}.
*/
@RunWith(LocalRobolectricTestRunner.class)
-@Config(manifest = Config.NONE,
+@Config(manifest = Config.NONE, sdk = 21,
shadows = {TileGroupTest.TileShadowResources.class,
TileGroupTest.ShadowLayoutInflater.class})
@Features(@Features.Register(ChromeFeatureList.NTP_OFFLINE_PAGES_FEATURE_NAME))

Powered by Google App Engine
This is Rietveld 408576698