Author: ozizka(a)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) );
Show replies by date