[jboss-svn-commits] JBL Code SVN: r37879 - 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 12:56:48 EST 2012


Author: tcunning
Date: 2012-02-03 12:56:47 -0500 (Fri, 03 Feb 2012)
New Revision: 37879

Modified:
   labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java
Log:
JBESB-3732
comment out only contents of 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:58:25 UTC (rev 37878)
+++ labs/jbossesb/trunk/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/ReadOnlyRemoteGatewayListenerIntegrationTest.java	2012-02-03 17:56:47 UTC (rev 37879)
@@ -168,10 +168,10 @@
 	 * 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 
-	{ 
+	{
+	/* 
 		File from = createAbsoluteFromFile();
 		File to = createAbsoluteToFile();
 			
@@ -180,9 +180,10 @@
 		renamedFile = new File ( ftpServer.getLocalInputDir(), to.getName() );
 		assertFileExists( testFile );
 		assertFalse( renamedFile.exists() );
+		*/
 	}
-	*/
 	
+	
 	@Test 
 	public void getNewInstanceNegative() 
 	{



More information about the jboss-svn-commits mailing list