Author: fjuma
Date: 2009-03-13 13:43:46 -0400 (Fri, 13 Mar 2009)
New Revision: 220
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DatasourceTestBase.java
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/DatasourceTest.java
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ResourceTestBase.java
Log:
Commenting out calls to refreshTreeNode() in the JSFUnit tests to try and prevent the
TypeError from occurring during the Hudson runs.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DatasourceTestBase.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DatasourceTestBase.java 2009-03-13
17:22:56 UTC (rev 219)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/DatasourceTestBase.java 2009-03-13
17:43:46 UTC (rev 220)
@@ -547,7 +547,7 @@
DatasourceType datasourceType,
Map<String, String> metricsMap) throws IOException,
EmbJoprTestException {
- refreshTreeNode(DS_NAV_LABEL);
+ //refreshTreeNode(DS_NAV_LABEL);
ClickableElement datasourceTypeArrow =
getNavTreeArrow(datasourceType.getLabel());
datasourceTypeArrow.click();
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/DatasourceTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/DatasourceTest.java 2009-03-13
17:22:56 UTC (rev 219)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/DatasourceTest.java 2009-03-13
17:43:46 UTC (rev 220)
@@ -138,7 +138,7 @@
DatasourceType datasourceType,
String tabName) throws IOException, EmbJoprTestException
{
- refreshTreeNode(DS_NAV_LABEL);
+ //refreshTreeNode(DS_NAV_LABEL);
ClickableElement datasourceTypeArrow =
getNavTreeArrow(datasourceType.getLabel());
datasourceTypeArrow.click();
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java 2009-03-13
17:22:56 UTC (rev 219)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/JMSTest.java 2009-03-13
17:43:46 UTC (rev 220)
@@ -97,7 +97,7 @@
*/
protected void deleteDestination(DestinationType destinationType,
String destinationName) throws Exception {
- refreshTreeNode(JMS_NAV_LABEL);
+ //refreshTreeNode(JMS_NAV_LABEL);
clickNavTreeLink(destinationType.getNavLabel());
deleteResource("resourceSummaryForm", destinationName);
}
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ResourceTestBase.java
===================================================================
---
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ResourceTestBase.java 2009-03-13
17:22:56 UTC (rev 219)
+++
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ResourceTestBase.java 2009-03-13
17:43:46 UTC (rev 220)
@@ -209,7 +209,7 @@
String resourceSubCategory,
String resourceName,
String tabName) throws IOException,
EmbJoprTestException {
- refreshTreeNode(resourceCategory);
+ //refreshTreeNode(resourceCategory);
ClickableElement datasourceTypeArrow = getNavTreeArrow(resourceSubCategory);
datasourceTypeArrow.click();
Show replies by date