[classlib][testing]move tests.api.java.net.URLTest out of the exclude list
--------------------------------------------------------------------------
Key: HARMONY-3422
URL: https://issues.apache.org/jira/browse/HARMONY-3422
Project: Harmony
Issue Type: Test
Components: Classlib
Reporter: Ruth Cao
Current t.a.j.n.URLTest has several problems:
1. test_URLStreamHandler_parseURL fails since URLStreamHandlerFactory has been already set
in the method test_setURLStreamHandlerFactoryLjava_net_URLStreamHandlerFactory()
2. Lack of resource jar files and an embedded HTTP server in test_openStream.
3. Lack of an embedded proxy server in test_openConnectionLjava_net_Proxy()
For the first two issues, I'll try to fix it. For the last one, move it into t.a.j.n.ExcludedProxyTest
temporarily and enable it when Jetty's Proxy Handler is ready.
Any comments and suggestions are welcome, thanks a lot.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|