Issue metadata
Sign in to add a comment
|
[Android Webview] Use single server in org/chromium/android_webview/test tests |
||||||||||||||||||||||||
Issue descriptionWhile fixing issue 488194 for android_webview tests, it uses EmbeddedTestServer. In that case, one test file could be using 2 server, EmbeddedTestServer and TestWebServer. E.g, android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java It would be better to use only one server in one test file. Should convert TestWebServer to EmbeddedTestServer for all test cases in case of using. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by shenghua...@chromium.org
, Apr 3 2017Status: Duplicate (was: Assigned)