dev@glassfish.java.net

another test that requires network connection

From: Jerome Dochez <jerome.dochez_at_oracle.com>
Date: Tue, 20 Jul 2010 08:22:21 -0700

Tim

You have a test that also requires a network connection.
I suppose NetUtil could have a isConnected() utility method these tests
could use if this is very useful...

Index:
client/acc-config/src/test/java/org/glassfish/appclient/client/acc/config/util/XMLTest.java
===================================================================
---
client/acc-config/src/test/java/org/glassfish/appclient/client/acc/config/util/XMLTest.java
(revision 38891)
+++
client/acc-config/src/test/java/org/glassfish/appclient/client/acc/config/util/XMLTest.java
(working copy)
@@ -1,3 +1,4 @@
+
  /*
   * To change this template, choose Tools | Templates
   * and open the template in the editor.
@@ -86,6 +87,7 @@
      }

      @Test
+ @Ignore
      public void testProps() throws Exception {
          System.out.println("testProps");
          ClientContainer cc = readConfig(SAMPLE_XML_PATH);
@@ -95,6 +97,7 @@
      }

      @Test
+ @Ignore
      public void testReadSampleXML() throws Exception {
          System.out.println("testReadSampleXML");
          ClientContainer cc = readConfig(SAMPLE_XML_PATH);