[embjopr-commits] EMBJOPR SVN: r642 - in trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit: util and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Aug 4 13:10:07 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-04 13:10:06 -0400 (Tue, 04 Aug 2009)
New Revision: 642

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java
Log:
 * JMS Operation tests enabled back.
 * EJTT's getRows() temporarily changed to cope with EMBJOPR-228

Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java	2009-07-31 20:24:59 UTC (rev 641)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java	2009-08-04 17:10:06 UTC (rev 642)
@@ -63,7 +63,7 @@
      * after executing the "Remove All Messages" operation for a topic
      * when there are no messages.
      */
-    public void XtextRemoveAllMessagesAfterTopicCreation() throws Exception {
+    public void testRemoveAllMessagesAfterTopicCreation() throws Exception {
         String jndiName = "RemoveAllMessagesAfterTopicCreation"; 
 
         // Create the topic first
@@ -142,7 +142,7 @@
      * after executing the "Remove All Messages" operation for a queue
      * when there are no messages.
      */
-    public void XtextRemoveAllMessagesAfterQueueCreation() throws Exception {
+    public void testRemoveAllMessagesAfterQueueCreation() throws Exception {
 
         String jndiName = "RemoveAllMessagesMAfterQueueCreation"; 
 
@@ -229,7 +229,7 @@
      * after executing the "Reset Message Counter" operation for a queue
      * right after creation.
      */
-    public void XtextResetMessageCounterAfterQueueCreation() throws Exception {
+    public void testResetMessageCounterAfterQueueCreation() throws Exception {
         String jndiName = "ResetMessageCounterAfterQueueCreation"; 
 
         // Create the queue first
@@ -258,7 +258,7 @@
      * after executing the "Reset Message Counter" operation for a queue
      * when there are multiple messages in the queue.
      */
-    public void XtextQueueResetMessageCounterAfterMultipleMessages() throws Exception {
+    public void testQueueResetMessageCounterAfterMultipleMessages() throws Exception {
         String jndiName = "QueueResetMessageCounterAfterMultipleMessages"; 
 
         // Create the queue first
@@ -273,7 +273,7 @@
      * when there are multiple messages in the queue. Use a queue that 
      * already exists.
      */
-    public void XtextQueueResetMessageCounterAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testQueueResetMessageCounterAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ResetMessageCounterMultipleMessagesExistingQueue";
        
         expandNavTreeArrow(JMS_NAV_LABEL); 
@@ -313,7 +313,7 @@
      * executing the "Reset Message Counter History" operation for a queue
      * after creation.
      */
-    public void XtextResetMessageCounterHistoryAfterQueueCreation() throws Exception {
+    public void testResetMessageCounterHistoryAfterQueueCreation() throws Exception {
         String jndiName = "ResetMessageCounterHistoryAfterQueueCreation"; 
 
         // Create the queue first
@@ -342,7 +342,7 @@
      * executing the "Reset Message Counter History" operation for a queue
      * that has multiple messages.
      */
-    public void XtextQueueResetMessageCounterHistoryAfterMultipleMessages() throws Exception {
+    public void testQueueResetMessageCounterHistoryAfterMultipleMessages() throws Exception {
         String jndiName = "QueueResetMessageCounterHistoryAfterMultipleMessages"; 
 
         // Create the queue first
@@ -356,7 +356,7 @@
      * executing the "Reset Message Counter History" operation for a queue
      * that has multiple messages. Use a queue that already exists.
      */
-    public void XtextQueueResetMessageCounterHistoryAfterMultipleMessagesUsingExsitingServiceFile() throws Exception {
+    public void testQueueResetMessageCounterHistoryAfterMultipleMessagesUsingExsitingServiceFile() throws Exception {
         String jndiName = "ResetMessageCounterHistoryMultipleMessagesExistingQueue";
        
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -395,7 +395,7 @@
      * after the "List All Subscriptions" operation is invoked for
      * a topic right after creation.
      */
-    public void XtextListAllSubscriptionsAfterTopicCreation() throws Exception {
+    public void testListAllSubscriptionsAfterTopicCreation() throws Exception {
         String jndiName = "ListAllSubscriptionsAfterTopicCreation"; 
 
         // Create the topic first
@@ -425,7 +425,7 @@
      * the "List All Subscriptions" operation for a topic that has multiple subscribers.
      * Use a topic that already exists.
      */
-    public void XtextTopicListAllSubscriptionsAfterMultipleSubscribersUsingExistingServiceFile() throws Exception {
+    public void testTopicListAllSubscriptionsAfterMultipleSubscribersUsingExistingServiceFile() throws Exception {
         String jndiName = "ListAllSubscriptionsMultipleSubscribersExistingTopic"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -457,7 +457,7 @@
      * after the "List Durable Subscriptions" operation is invoked for
      * a topic right after creation.
      */
-    public void XtextListDurableSubscriptionsAfterTopicCreation() throws Exception {
+    public void testListDurableSubscriptionsAfterTopicCreation() throws Exception {
         String jndiName = "ListDurableSubscriptionsAfterTopicCreation"; 
 
         // Create the topic first
@@ -472,7 +472,7 @@
      * the "List Durable Subscriptions" operation for a topic that has multiple 
      * durable subscribers.
      */
-    public void XtextTopicListDurableSubscriptionsAfterMultipleSubscribers() throws Exception {
+    public void testTopicListDurableSubscriptionsAfterMultipleSubscribers() throws Exception {
         String jndiName = "ListDurableSubscriptionsAfterMultipleSubscribers"; 
 
         // Create the topic first
@@ -487,7 +487,7 @@
      * the "List Durable Subscriptions" operation for a topic that has multiple 
      * durable subscribers. Use a topic that already exists.
      */
-    public void XtextTopicListDurableSubscriptionsAfterMultipleSubscribersUsingExistingServiceFile() throws Exception {
+    public void testTopicListDurableSubscriptionsAfterMultipleSubscribersUsingExistingServiceFile() throws Exception {
         String jndiName = "ListDurableSubscriptionsMultipleSubscribersExistingTopic"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -512,7 +512,7 @@
      * after the "List Non Durable Subscriptions" operation is invoked for
      * a topic right after creation.
      */
-    public void XtextListNonDurableSubscriptionsAfterTopicCreation() throws Exception {
+    public void testListNonDurableSubscriptionsAfterTopicCreation() throws Exception {
         String jndiName = "ListNonDurableSubscriptionsAfterTopicCreation"; 
 
         // Create the topic first
@@ -527,7 +527,7 @@
      * the "List Non Durable Subscriptions" operation for a topic that has multiple 
      * non-durable subscribers.
      */
-    public void XtextTopicListNonDurableSubscriptionsAfterMultipleSubscribers() throws Exception {
+    public void testTopicListNonDurableSubscriptionsAfterMultipleSubscribers() throws Exception {
         String jndiName = "ListNonDurableSubscriptionsAfterMultipleSubscribers"; 
 
         // Create the topic first
@@ -542,7 +542,7 @@
      * the "List Non Durable Subscriptions" operation for a topic that has multiple 
      * non-durable subscribers. Use a topic that already exists.
      */
-    public void XtextTopicListNonDurableSubscriptionsAfterMultipleSubscribersUsingExistingServiceFile() throws Exception {
+    public void testTopicListNonDurableSubscriptionsAfterMultipleSubscribersUsingExistingServiceFile() throws Exception {
         String jndiName = "ListNonDurableSubscriptionsMultipleSubscribersExistingTopic"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -568,7 +568,7 @@
      * operation for queues is executed successfully after creating
      * a new queue.
      */
-    public void XtextListMessageCounterAsHTMLAfterQueueCreation() throws Exception {
+    public void testListMessageCounterAsHTMLAfterQueueCreation() throws Exception {
         ArrayList<String> expectedValues = new ArrayList<String>();
         
         String jndiName = "ListMessageCounterAfterQueueCreation"; 
@@ -603,7 +603,7 @@
      * operation for queues returns the correct results when the queue has
      * multiple messages. 
      */
-    public void XtextListMessageCounterAsHTMLAfterMultipleMessagess() throws Exception {
+    public void testListMessageCounterAsHTMLAfterMultipleMessagess() throws Exception {
         String jndiName = "ListMessageCounterAfterMultipleMessages";
         
         // Create the queue first
@@ -618,7 +618,7 @@
      * operation for queues returns the correct results when the queue has
      * multiple messages. Use a queue that already exists.
      */
-    public void XtextListMessageCounterAsHTMLAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testListMessageCounterAsHTMLAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListMessageCounterMultipleMessagesExistingQueue";
         expandNavTreeArrow(JMS_NAV_LABEL);
         
@@ -663,7 +663,7 @@
      * operation for queues returns the correct results after creating
      * a new queue.
      */
-    public void XtextListMessageCounterHistoryAsHTMLAfterQueueCreation() throws Exception {
+    public void testListMessageCounterHistoryAsHTMLAfterQueueCreation() throws Exception {
         String jndiName = "ListMessageCounterHistoryAfterQueueCreation"; 
         
         ArrayList<String> expectedValue = new ArrayList<String>();
@@ -685,7 +685,7 @@
      * operation for queues returns the correct results. Use a queue that already
      * exists.
      */
-    public void XtextListMessageCounterHistoryAsHTMLUsingExistingServiceFile() throws Exception {
+    public void testListMessageCounterHistoryAsHTMLUsingExistingServiceFile() throws Exception {
         String jndiName = "ListMessageCounterHistoryExistingQueue";
         
         ArrayList<String> expectedValue = new ArrayList<String>();
@@ -708,7 +708,7 @@
      * operation for topics returns the correct results after creating
      * a new topic.
      */
-    public void XtextListDurableSubscriptionsAsHTMLAfterTopicCreation() throws Exception {
+    public void testListDurableSubscriptionsAsHTMLAfterTopicCreation() throws Exception {
         String jndiName = "ListDurableSubscriptionsHtmlAfterTopicCreation"; 
 
         // Create the topic first
@@ -726,7 +726,7 @@
      * operation for topics returns the correct results when the topic
      * has multiple durable subscribers.
      */
-    public void XtextListDurableSubscriptionsAsHTMLAfterMultipleSubscribers()
+    public void testListDurableSubscriptionsAsHTMLAfterMultipleSubscribers()
         throws Exception {
         
         String jndiName = "ListDurableSubscriptionsHtmlAfterMultipleSubscribers";
@@ -741,7 +741,7 @@
      * operation for topics returns the correct results when the topic
      * has multiple durable subscribers. Use a topic that already exists.
      */
-    public void XtextListDurableSubscriptionsAsHTMLAfterMultipleSubscribersUsingExistingServiceFile()
+    public void testListDurableSubscriptionsAsHTMLAfterMultipleSubscribersUsingExistingServiceFile()
         throws Exception {
         
         String jndiName = "ListDurableSubscriptionsHtmlMultipleSubscribersExistingTopic";
@@ -795,7 +795,7 @@
      * operation for topics returns the correct results after creating
      * a new topic.
      */
-    public void XtextListNonDurableSubscriptionsAsHTMLAfterTopicCreation() throws Exception {
+    public void testListNonDurableSubscriptionsAsHTMLAfterTopicCreation() throws Exception {
         String jndiName = "ListNonDurableSubscriptionsHtmlAfterTopicCreation"; 
 
         // Create the topic first
@@ -813,7 +813,7 @@
      * operation for topics returns the correct results when the topic
      * has multiple non durable subscribers.
      */
-    public void XtextListNonDurableSubscriptionsAsHTMLAfterMultipleSubscribers()
+    public void testListNonDurableSubscriptionsAsHTMLAfterMultipleSubscribers()
         throws Exception {
         
         String jndiName = "ListNonDurableSubscriptionsHtmlAfterMultipleSubscribers";
@@ -828,7 +828,7 @@
      * operation for topics returns the correct results when the topic
      * has multiple non durable subscribers. Use a topic that already exists.
      */
-    public void XtextListNonDurableSubscriptionsAsHTMLAfterMultipleSubscribersUsingExistingServiceFile()
+    public void testListNonDurableSubscriptionsAsHTMLAfterMultipleSubscribersUsingExistingServiceFile()
         throws Exception {
         
         String jndiName = "ListNonDurableSubscriptionsHtmlMultipleSubscribersExistingTopic";
@@ -871,7 +871,7 @@
      * operation for topics returns the correct results after creating
      * a new topic.
      */
-    public void XtextListAllSubscriptionsAsHTMLAfterTopicCreation() throws Exception {
+    public void testListAllSubscriptionsAsHTMLAfterTopicCreation() throws Exception {
         String jndiName = "ListAllSubscriptionsHtmlAfterTopicCreation"; 
 
         // Create the topic first
@@ -889,7 +889,7 @@
      * operation for topics returns the correct results when the topic
      * has multiple durable subscribers.
      */
-    public void XtextListAllSubscriptionsAsHTMLAfterMultipleSubscribers()
+    public void testListAllSubscriptionsAsHTMLAfterMultipleSubscribers()
         throws Exception {
         
         String jndiName = "ListAllSubscriptionsHtmlAfterMultipleSubscribers";
@@ -904,7 +904,7 @@
      * operation for topics returns the correct results when the topic
      * has multiple durable subscribers. Use a topic that already exists.
      */
-    public void XtextListAllSubscriptionsAsHTMLAfterMultipleSubscribersUsingExistingServiceFile()
+    public void testListAllSubscriptionsAsHTMLAfterMultipleSubscribersUsingExistingServiceFile()
         throws Exception {
         
         String jndiName = "ListAllSubscriptionsHtmlMultipleSubscribersExistingTopic";
@@ -1078,7 +1078,7 @@
      * Assertion: Make sure that the "Start" operation for topics is executed 
      * successfully.
      */
-    public void XtextTopicStartOperation() throws Exception {
+    public void testTopicStartOperation() throws Exception {
         String jndiName = "TopicStart"; 
 
         // Create the topic first
@@ -1093,7 +1093,7 @@
      * Assertion: Make sure that the "Start" operation for topics is executed 
      * successfully. Use a topic that already exists.
      */
-    public void XtextTopicStartOperationUsingExistingServiceFile() throws Exception {
+    public void testTopicStartOperationUsingExistingServiceFile() throws Exception {
         String jndiName = "StartOperationExistingTopic"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1107,7 +1107,7 @@
      * Assertion: Make sure that the "Start" operation for queues is executed 
      * successfully.
      */
-    public void XtextQueueStartOperation() throws Exception {
+    public void testQueueStartOperation() throws Exception {
         String jndiName = "QueueStart"; 
 
         // Create the queue first
@@ -1122,7 +1122,7 @@
      * Assertion: Make sure that the "Start" operation for queues is executed 
      * successfully. Use a queue that already exists.
      */
-    public void XtextQueueStartOperationUsingExistingServiceFile() throws Exception {
+    public void testQueueStartOperationUsingExistingServiceFile() throws Exception {
         String jndiName = "StartOperationExistingQueue"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1200,7 +1200,7 @@
      * Assertion: Make sure that the "Stop" operation for topics is executed 
      * successfully.
      */
-    public void XtextTopicStopOperation() throws Exception {
+    public void testTopicStopOperation() throws Exception {
         String jndiName = "TopicStop"; 
 
         // Create the topic first
@@ -1215,7 +1215,7 @@
      * Assertion: Make sure that the "Stop" operation for topics is executed 
      * successfully. Use a topic that already exists.
      */
-    public void XtextTopicStopOperationUsingExistingServiceFile() throws Exception {
+    public void testTopicStopOperationUsingExistingServiceFile() throws Exception {
         String jndiName = "StopOperationExistingTopic"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1229,7 +1229,7 @@
      * Assertion: Make sure that the "Stop" operation for queues is executed 
      * successfully.
      */
-    public void XtextQueueStopOperation() throws Exception {
+    public void testQueueStopOperation() throws Exception {
         String jndiName = "QueueStop"; 
 
         // Create the queue first
@@ -1244,7 +1244,7 @@
      * Assertion: Make sure that the "Stop" operation for queues is executed 
      * successfully. Use a queue that already exists.
      */
-    public void XtextQueueStopOperationUsingExistingServiceFile() throws Exception {
+    public void testQueueStopOperationUsingExistingServiceFile() throws Exception {
         String jndiName = "StopOperationExistingQueue"; 
 
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1260,7 +1260,7 @@
      * Assertion: Make sure that the "List All Messages" operation for topics 
      * returns the correct results after creating a new topic.
      */
-    public void XtextListAllMessagesAfterTopicCreation() throws Exception {
+    public void testListAllMessagesAfterTopicCreation() throws Exception {
         String jndiName = "ListAllMessagesAfterTopicCreation"; 
 
         // Create the topic first
@@ -1282,7 +1282,7 @@
      * Assertion: Make sure that the "List All Messages" operation for topics 
      * returns the correct results when the topic has multiple messages.
      */
-    public void XtextTopicListAllMessagesAfterMultipleMessages() throws Exception {
+    public void testTopicListAllMessagesAfterMultipleMessages() throws Exception {
         String jndiName = "TopicListAllMessagesAfterMultipleMessages";
         
         // Create the topic first
@@ -1296,7 +1296,7 @@
      * returns the correct results when the topic has multiple messages. 
      * Use a topic that already exists.
      */
-    public void XtextTopicListAllMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testTopicListAllMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListAllMessagesMultipleMessagesExistingTopic";
         
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1336,7 +1336,7 @@
      * Assertion: Make sure that the "List All Messages" operation for queues
      * returns the correct results after creating a new queue.
      */
-    public void XtextListAllMessagesAfterQueueCreation() throws Exception {
+    public void testListAllMessagesAfterQueueCreation() throws Exception {
         String jndiName = "ListAllMessagesAfterQueueCreation"; 
 
         // Create the queue first
@@ -1356,7 +1356,7 @@
      * Assertion: Make sure that the "List All Messages" operation for queues 
      * returns the correct results when the queue has multiple messages.
      */
-    public void XtextQueueListAllMessagesAfterMultipleMessages() throws Exception {
+    public void testQueueListAllMessagesAfterMultipleMessages() throws Exception {
         String jndiName = "QueueListAllMessagesAfterMultipleMessages";
         
         // Create the queue first
@@ -1370,7 +1370,7 @@
      * returns the correct results when the queue has multiple messages. 
      * Use a queue that already exists.
      */
-    public void XtextQueueListAllMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testQueueListAllMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListAllMessagesMultipleMessagesExistingQueue";
         
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1409,7 +1409,7 @@
      * Assertion: Make sure that the "List Durable Messages" operation for topics 
      * returns the correct results after creating a new topic.
      */
-    public void XtextListDurableMessagesAfterTopicCreation() throws Exception {
+    public void testListDurableMessagesAfterTopicCreation() throws Exception {
         String jndiName = "ListDurableMessagesAfterTopicCreation"; 
 
         // Create the topic first
@@ -1431,7 +1431,7 @@
      * Assertion: Make sure that the "List Durable Messages" operation for topics 
      * returns the correct results when the topic has multiple messages.
      */
-    public void XtextTopicListDurableMessagesAfterMultipleMessages() throws Exception {
+    public void testTopicListDurableMessagesAfterMultipleMessages() throws Exception {
         String jndiName = "TopicListDurableMessagesAfterMultipleMessages";
         
         // Create the topic first
@@ -1445,7 +1445,7 @@
      * returns the correct results when the topic has multiple messages. 
      * Use a topic that already exists.
      */
-    public void XtextTopicListDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testTopicListDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListDurableMessagesMultipleMessagesExistingTopic";
         
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1483,7 +1483,7 @@
      * Assertion: Make sure that the "List Durable Messages" operation for 
      * queues returns the correct results after creating a new queue.
      */
-    public void XtextListDurableMessagesAfterQueueCreation() throws Exception {
+    public void testListDurableMessagesAfterQueueCreation() throws Exception {
         String jndiName = "ListDurableMessagesAfterQueueCreation"; 
 
         // Create the queue first
@@ -1503,7 +1503,7 @@
      * Assertion: Make sure that the "List Durable Messages" operation for queues 
      * returns the correct results when the queue has multiple messages.
      */
-    public void XtextQueueListDurableMessagesAfterMultipleMessages() throws Exception {
+    public void testQueueListDurableMessagesAfterMultipleMessages() throws Exception {
         String jndiName = "QueueListDurableMessagesAfterMultipleMessages";
         
         // Create the queue first
@@ -1517,7 +1517,7 @@
      * returns the correct results when the queue has multiple messages. Use a queue 
      * that already exists.
      */
-    public void XtextQueueListDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testQueueListDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListDurableMessagesMultipleMessagesExistingQueue";
         
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1552,7 +1552,7 @@
      * Assertion: Make sure that the "List Non Durable Messages" operation for 
      * topics returns the correct results after creating a new topic.
      */
-    public void XtextListNonDurableMessagesAfterTopicCreation() throws Exception {
+    public void testListNonDurableMessagesAfterTopicCreation() throws Exception {
         String jndiName = "ListNonDurableMessagesAfterTopicCreation"; 
 
         // Create the topic first
@@ -1573,7 +1573,7 @@
      * Assertion: Make sure that the "List Non Durable Messages" operation for 
      * topics returns the correct results when the topic has multiple messages.
      */
-    public void XtextTopicListNonDurableMessagesAfterMultipleMessages() throws Exception {
+    public void testTopicListNonDurableMessagesAfterMultipleMessages() throws Exception {
         String jndiName = "TopicListNonDurableMessagesAfterMultipleMessages";
         
         // Create the topic first
@@ -1587,7 +1587,7 @@
      * topics returns the correct results when the topic has multiple messages. 
      * Use a topic that already exists.
      */
-    public void XtextTopicListNonDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testTopicListNonDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListNonDurableMessagesMultipleMessagesExistingTopic";
         
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1646,7 +1646,7 @@
      * Assertion: Make sure that the "List Non Durable Messages" operation for 
      * queues returns the correct results after creating a new queue.
      */
-    public void XtextListNonDurableMessagesAfterQueueCreation() throws Exception {
+    public void testListNonDurableMessagesAfterQueueCreation() throws Exception {
         String jndiName = "ListNonDurableMessagesAfterQueueCreation"; 
 
         // Create the queue first
@@ -1666,7 +1666,7 @@
      * Assertion: Make sure that the "List Non Durable Messages" operation for 
      * queues returns the correct results when the queue has multiple messages.
      */
-    public void XtextQueueListNonDurableMessagesAfterMultipleMessages() throws Exception {
+    public void testQueueListNonDurableMessagesAfterMultipleMessages() throws Exception {
         String jndiName = "QueueListNonDurableMessagesAfterMultipleMessages";
         
         // Create the queue first
@@ -1680,7 +1680,7 @@
      * queues returns the correct results when the queue has multiple messages. 
      * Use a queue that already exists.
      */
-    public void XtextQueueListNonDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
+    public void testQueueListNonDurableMessagesAfterMultipleMessagesUsingExistingServiceFile() throws Exception {
         String jndiName = "ListNonDurableMessagesMultipleMessagesExistingQueue";
         
         expandNavTreeArrow(JMS_NAV_LABEL);
@@ -1900,11 +1900,15 @@
 
 				// Find the result values table.
 				HtmlDivision opResDiv = (HtmlDivision) client.getElement("operationResults");
+				log.debug("opRes div: "+opResDiv.getTextContent());
+
 				final String xPath = ".//table[ contains( @class,  'properties-table' ) ]//table[ contains( @class,  'property-map-summary-table' ) ]";
 				ContentTable opResultTable = ejtt.getTable((HtmlTable) opResDiv.getFirstByXPath(xPath) );
 				if( null == opResultTable )
 					throw new org.jboss.jopr.jsfunit.exceptions.HtmlElementNotFoundException("Can't find operation result table: "+xPath, this);
 
+				log.debug("property-map-summary-table: "+opResultTable.getElement().getTextContent());
+
 				// Get the rows and list them.
 				List<ContentTableRow> rows = opResultTable.getRows();
 				int subscCount = rows.size() -1;

Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java	2009-07-31 20:24:59 UTC (rev 641)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java	2009-08-04 17:10:06 UTC (rev 642)
@@ -1206,7 +1206,26 @@
 			if( 0 == element.getRowCount() )
 				return Collections.EMPTY_LIST;
 
-			String xPath = "./tbody/tr[not( contains( @class , 'categoryRow') )]";
+			/// debug
+			// This was caused by EMBJOPR-228
+			/*
+			String xPath_ = "./tbody/tr";
+			List<HtmlTableRow> trList_ = (List) element.getByXPath(xPath_);
+			xPath_ = ".//tr";
+			trList_ = (List) element.getByXPath(xPath_);
+
+			// Other way:
+			{
+				List<HtmlTableRow> rowElems = element.getRows();
+				List<ContentTableRow> rows = new ArrayList(rowElems.size());
+				for (HtmlTableRow tr : rowElems) {
+					rows.add( new ContentTableRow(tr, this));
+				}
+			}*/
+
+			//String xPath = "./tbody/tr[not( contains( @class , 'categoryRow') )]";
+			// TODO: Put back the line above once EMBJOPR-228 is fixed.
+			String xPath = "./tbody/tr[not( contains( @class , 'categoryRow') )] | ./tbody/div/tr[not( contains( @class , 'categoryRow') )]";
 			List<HtmlTableRow> trList = (List) element.getByXPath(xPath);
 			List<ContentTableRow> rows = new ArrayList(trList.size());
 			for (HtmlTableRow tr : trList) {



More information about the embjopr-commits mailing list