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

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

Issue 2107843002: Removes some robolectric residue from JUnit test for ChromeBackgroundServiceWaiter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/junit/src/org/chromium/chrome/browser/ChromeBackgroundServiceWaiterTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/ChromeBackgroundServiceWaiterTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/ChromeBackgroundServiceWaiterTest.java
index ae52dbf5ec865781063d18e7efe0cd5ebadb4317..55088e1e2b1b35714e245bacb5f1cc665aa8e766 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/ChromeBackgroundServiceWaiterTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/ChromeBackgroundServiceWaiterTest.java
@@ -11,7 +11,6 @@ import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
-import org.robolectric.annotation.Config;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executors;
@@ -22,7 +21,6 @@ import java.util.concurrent.atomic.AtomicBoolean;
* Unit tests for the ChromeBackgroundServiceWaiter.
*/
@RunWith(JUnit4.class)
-@Config(manifest = Config.NONE)
public class ChromeBackgroundServiceWaiterTest {
private static final int TIMEOUT_SECONDS = 30;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698