[jboss-cvs] JBossAS SVN: r92227 - branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/jca/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 11 08:55:55 EDT 2009


Author: jesper.pedersen
Date: 2009-08-11 08:55:55 -0400 (Tue, 11 Aug 2009)
New Revision: 92227

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/jca/test/StatisticsFormatterUnitTestCase.java
Log:
[JBPAPP-2336] Remove trackByTxn property from output of the listStatistics

Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/jca/test/StatisticsFormatterUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/jca/test/StatisticsFormatterUnitTestCase.java	2009-08-11 12:20:24 UTC (rev 92226)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/jca/test/StatisticsFormatterUnitTestCase.java	2009-08-11 12:55:55 UTC (rev 92227)
@@ -151,7 +151,6 @@
       expectedConn1Buffer.append("Sub Pool Count: 1\n");
       expectedConn1Buffer.append(POOL_SEPERATOR);
       expectedConn1Buffer.append("\n\n");
-      expectedConn1Buffer.append("Track By Transaction: true\n");
       expectedConn1Buffer.append("Available Connections Count: 9\n");
       expectedConn1Buffer.append("Max Connections In Use Count:1\n");
       expectedConn1Buffer.append("Connections Destroyed Count:0\n");
@@ -169,7 +168,6 @@
       expectedConn2Buffer.append("Sub Pool Count: 1\n");
       expectedConn2Buffer.append(POOL_SEPERATOR);
       expectedConn2Buffer.append("\n\n");
-      expectedConn2Buffer.append("Track By Transaction: true\n");
       expectedConn2Buffer.append("Available Connections Count: 8\n");
       expectedConn2Buffer.append("Max Connections In Use Count:2\n");
       expectedConn2Buffer.append("Connections Destroyed Count:0\n");




More information about the jboss-cvs-commits mailing list