changeset 8179:db26cfb300eb

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 54d54370668d
children cc3a941d97ef
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	Mon Mar 09 11:52:20 2015 -0700
+++ 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");
     }