changeset 8253:2471c1dfff36 jdk7u79-b14

8075211: [TEST_BUG] Test sun/net/www/http/HttpClient/StreamingRetry.java fails with compilation error Reviewed-by: chegar
author asaha
date Mon, 16 Mar 2015 09:04:31 -0700
parents 8867ea1c18be
children da34e5f77e9e
files test/sun/net/www/http/HttpClient/StreamingRetry.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/net/www/http/HttpClient/StreamingRetry.java	Fri Mar 13 17:08:31 2015 +0300
+++ b/test/sun/net/www/http/HttpClient/StreamingRetry.java	Mon Mar 16 09:04:31 2015 -0700
@@ -43,7 +43,7 @@
     }
 
     void instanceMain() throws Exception {
-        test();
+        test(null);
         if (failed > 0) throw new RuntimeException("Some tests failed");
     }