As a result of bug 4734534, I checked all networking regression tests
for duplicate class names in the same directory. There a two duplicated
classes in test/java/net/URLConnection (Server and XServer) which are
defined in:
HttpContinueStackOverflow.java
ResendPostBody.java
TimeoutTest.java
ZeroContentLength.java
SetIfModifiedSince.java
URLConnectionHeaders.java
As noted in the other report jtreg does not report this problem, but it may
cause the wrong class to be run in the wrong test.
Solution is to change the auxiliary classes to inner classes.
for duplicate class names in the same directory. There a two duplicated
classes in test/java/net/URLConnection (Server and XServer) which are
defined in:
HttpContinueStackOverflow.java
ResendPostBody.java
TimeoutTest.java
ZeroContentLength.java
SetIfModifiedSince.java
URLConnectionHeaders.java
As noted in the other report jtreg does not report this problem, but it may
cause the wrong class to be run in the wrong test.
Solution is to change the auxiliary classes to inner classes.
- relates to
-
JDK-4734534 Invalid regression test: sun/net/www/http/KeepAliveStream/KeepAliveStreamCloseWi
-
- Closed
-