2 regression tests for URLConnection class should be network independent
------------------------------------------------------------------------
Key: HARMONY-138
URL: http://issues.apache.org/jira/browse/HARMONY-138
Project: Harmony
Type: Bug
Reporter: Stepan Mishura
Priority: Minor
There are two regression tests for URLConnection class:
- HARMONY-71: test_setUseCachesZ
- HARMONY-72: test_setAllowUserInteractionZ
They may fail because depend on network connection. It is possible to fix these
tests to avoid dependency on connection because they verify URLConnection
object state only and opened connections are not used by tests. Also tests
should verify URLConnection class code rather then a default implementation of
HttpURLConnection class because tested method may be overridden by default
implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira