[jboss-svn-commits] JBL Code SVN: r37877 - 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 Feb 3 11:40:27 EST 2012


Author: tcunning
Date: 2012-02-03 11:40:26 -0500 (Fri, 03 Feb 2012)
New Revision: 37877

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java
Log:
JBESB-3732
Comment out test.


Modified: labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java	2012-02-03 14:39:41 UTC (rev 37876)
+++ labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java	2012-02-03 16:40:26 UTC (rev 37877)
@@ -125,8 +125,9 @@
 		List<File> fileList = Arrays.asList( fileListFromRemoteDir );
 		assertTrue( "The test file was not included in the List! " , fileList.contains( new File ( testFile.getName() )  ));
 	}
-	
-	//@Test ( timeout=10000 )
+
+	/*	
+	@Test ( timeout=10000 )
 	public void doRun_PostDir_Same_As_InputDir() throws ManagedLifecycleException, ConfigurationException, GatewayException, RegistryException, InterruptedException
 	{
 		setAbsoluteInputDir();
@@ -160,6 +161,7 @@
 			mock.destroy();
 		}
 	}
+	*/
 	
 	/**
 	 * This is a "negtive" test. It verifies that the file was not



More information about the jboss-svn-commits mailing list