[embjopr-commits] EMBJOPR SVN: r698 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Aug 26 10:01:31 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-26 10:01:30 -0400 (Wed, 26 Aug 2009)
New Revision: 698

Modified:
   trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java
Log:
 * JMSOpTest: removed logging of ops results table.

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-08-26 03:13:14 UTC (rev 697)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java	2009-08-26 14:01:30 UTC (rev 698)
@@ -1905,7 +1905,7 @@
 
 				// Find the result values table.
 				HtmlDivision opResDiv = (HtmlDivision) client.getElement("operationResults");
-				log.debug("opRes div: "+opResDiv.getTextContent());
+				//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) );



More information about the embjopr-commits mailing list