< prev index next >

test/java/net/httpclient/RequestBodyTest.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 27,36 **** --- 27,43 ---- * java.logging * jdk.httpserver * @library /lib/testlibrary/ /test/lib * @compile ../../../com/sun/net/httpserver/LogFilter.java * @compile ../../../com/sun/net/httpserver/FileServerHandler.java + * @build jdk.test.lib.util.FileUtils + * @build jdk.test.lib.Utils + * @build jdk.test.lib.Asserts + * @build jdk.test.lib.JDKToolFinder + * @build jdk.test.lib.JDKToolLauncher + * @build jdk.test.lib.Platform + * @build jdk.test.lib.process.* * @build LightWeightHttpServer * @build jdk.testlibrary.SimpleSSLContext * @run testng/othervm RequestBodyTest */
< prev index next >