-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
b50
-
generic
-
generic
The regression test sun/net/www/http/ChunkedInputStream/ChunkedEncodingWithProgressMonitorTest.java
relies on supporting classes under sun/net/www/httptest to compile and execute.
However, the test header is missing the following tags in order for test hardness to build the supporting classes before executing the test:
* @library ../../../../../sun/net/www/httptest/
* @build HttpCallback HttpServer ClosedChannelList HttpTransaction
This should be fixed.
relies on supporting classes under sun/net/www/httptest to compile and execute.
However, the test header is missing the following tags in order for test hardness to build the supporting classes before executing the test:
* @library ../../../../../sun/net/www/httptest/
* @build HttpCallback HttpServer ClosedChannelList HttpTransaction
This should be fixed.