Author: bfitzpat
Date: 2011-05-10 16:09:02 -0400 (Tue, 10 May 2011)
New Revision: 31196
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.test/src/org/jboss/tools/ws/ui/test/JBossWSUIAllTests.java
Log:
OPEN - issue JBDS-1602:
https://issues.jboss.org/browse/JBDS-1602
Commenting out a test class for the moment while we write a new one for the updated
utility class
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.test/src/org/jboss/tools/ws/ui/test/JBossWSUIAllTests.java
===================================================================
---
trunk/ws/tests/org.jboss.tools.ws.ui.test/src/org/jboss/tools/ws/ui/test/JBossWSUIAllTests.java 2011-05-10
20:00:36 UTC (rev 31195)
+++
trunk/ws/tests/org.jboss.tools.ws.ui.test/src/org/jboss/tools/ws/ui/test/JBossWSUIAllTests.java 2011-05-10
20:09:02 UTC (rev 31196)
@@ -27,7 +27,8 @@
public static Test suite() {
TestSuite suite = new TestSuite(JBossWSUIAllTests.class.getName());
suite.addTestSuite(JBossWSRuntimePreferencePageTest.class);
- suite.addTestSuite(TesterWSDLUtilsTest.class);
+ // needs to be rewritten for updated utility class
+// suite.addTestSuite(TesterWSDLUtilsTest.class);
return suite;
}