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

Unified Diff: testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java

Issue 869083004: [Android] Revised initial commit of the HttpTestServer. (abandoned) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « net/test/android/javatests/src/org/chromium/net/test/TestServerSpawner.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java
diff --git a/testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java b/testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java
index cc8926850be9f860012606b0a213aeea84590d3a..d1ac1f7d6071dfd7bd131916675bf4e5a18e13f0 100644
--- a/testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java
+++ b/testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java
@@ -109,6 +109,7 @@ public class ChromeNativeTestInstrumentationTestRunner extends Instrumentation {
mTestServerSpawnerThread = new Thread(mTestServerSpawner);
mTestServerSpawnerThread.start();
+ mTestServerSpawner.waitForServerToStart();
} catch (IOException e) {
Log.e(TAG, "Error creating TestServerSpawner: " + e.toString());
}
« no previous file with comments | « net/test/android/javatests/src/org/chromium/net/test/TestServerSpawner.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698