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

Unified Diff: blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java

Issue 2124143002: Fix blimp native Java tests on platforms with assert. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « blimp/client/app/android/javatests/src/org/chromium/blimp/BlimpNativeInstrumentationTestCase.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java
diff --git a/blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java b/blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java
index 08f0be2a68c0679b1262a16b5cff7c852d44c2c1..0bd541b9c63a50c39fe1a0d3b9efa4ede3d21165 100644
--- a/blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java
+++ b/blimp/client/app/android/javatests/src/org/chromium/blimp/core/BlimpContentsTest.java
@@ -7,7 +7,6 @@ package org.chromium.blimp.core;
import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.ThreadUtils;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.blimp.BlimpNativeInstrumentationTestCase;
import org.chromium.blimp.core_public.BlimpContents;
import org.chromium.blimp.core_public.BlimpNavigationController;
@@ -37,7 +36,6 @@ public class BlimpContentsTest extends BlimpNativeInstrumentationTestCase {
});
}
- @DisabledTest(message = "https://crbug.com/622236")
@SmallTest
public void testBasic() throws InterruptedException {
waitUntilNativeIsReady();
« no previous file with comments | « blimp/client/app/android/javatests/src/org/chromium/blimp/BlimpNativeInstrumentationTestCase.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698