Richard, George

I'm not fan of tests that depend on network connection. Is it necessary for
this test:

+ public void test_getOutputStream_afterConnection() throws Exception {
+     URLConnection uc = new
URL("http://www.apache.org";).openConnection<http://www.apache.org";).openconnection/>
();
+     uc.setDoOutput(true);
+     uc.connect();
+     assertNotNull(uc.getOutputStream());
+ }

Thanks,
Stepan Mishura
------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to