[jboss-svn-commits] JBL Code SVN: r38302 - labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 15 15:40:55 EDT 2013


Author: tcunning
Date: 2013-03-15 15:40:54 -0400 (Fri, 15 Mar 2013)
New Revision: 38302

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/JBRIntegratedUnitTest.java
Log:
JBESB-3754
Attempting to recommit the second test - I can't see the failure anymore, at least on Mac OS X.


Modified: labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/JBRIntegratedUnitTest.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/JBRIntegratedUnitTest.java	2013-03-13 19:12:17 UTC (rev 38301)
+++ labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/JBRIntegratedUnitTest.java	2013-03-15 19:40:54 UTC (rev 38302)
@@ -47,7 +47,6 @@
         }.setServiceConfig("jbr-async-config-01.xml").run();
     }
 
-/*
     public void test_JBESB_1428_02() throws Exception {
         new AbstractTestRunner() {
             public void test() throws Exception {
@@ -56,7 +55,6 @@
             }
         }.setServiceConfig("jbr-async-config-02.xml").run();
     }
-*/
 
     private Object sendMessageToServer(String url, Object messagePayload) throws Exception {
         InvokerLocator locator = new InvokerLocator(url);



More information about the jboss-svn-commits mailing list