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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/TaskExtrasPackerTest.java

Issue 2710343003: Update Robolectric to 3.2.2 (Closed)
Patch Set: Update Robolectric to 3.2 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/offlinepages/TaskExtrasPackerTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/TaskExtrasPackerTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/TaskExtrasPackerTest.java
index 67739e95fc423ba515245c73f7228afa7a5ff3f7..c2b05590e62f05b2992c8cee424bbb519853096a 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/TaskExtrasPackerTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/TaskExtrasPackerTest.java
@@ -13,6 +13,7 @@ import android.os.Bundle;
import org.junit.Test;
import org.junit.runner.RunWith;
+import org.robolectric.annotation.Config;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.ChromeBackgroundService;
@@ -20,6 +21,7 @@ import org.chromium.testing.local.LocalRobolectricTestRunner;
/** Unit tests for {@link TaskExtrasPacker}. */
@RunWith(LocalRobolectricTestRunner.class)
+@Config(manifest = Config.NONE)
public class TaskExtrasPackerTest {
@Test
@Feature({"OfflinePages"})

Powered by Google App Engine
This is Rietveld 408576698