[jboss-svn-commits] JBL Code SVN: r37878 - 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:58:27 EST 2012


Author: tcunning
Date: 2012-02-03 11:58:25 -0500 (Fri, 03 Feb 2012)
New Revision: 37878

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java
Log:
JBESB-3732
Comment out negative 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 16:40:26 UTC (rev 37877)
+++ labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java	2012-02-03 16:58:25 UTC (rev 37878)
@@ -168,6 +168,7 @@
 	 * renamed. The name of the method is kept so that it overrides 
 	 * the super classes method.
 	 */
+	/*
 	@Test
 	public void renameFile_In_Same_Directory() throws GatewayException 
 	{ 
@@ -180,6 +181,7 @@
 		assertFileExists( testFile );
 		assertFalse( renamedFile.exists() );
 	}
+	*/
 	
 	@Test 
 	public void getNewInstanceNegative() 



More information about the jboss-svn-commits mailing list