[jboss-svn-commits] JBL Code SVN: r15816 - labs/jbossesb/workspace/bramley/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Oct 13 17:18:25 EDT 2007
Author: mark.little at jboss.com
Date: 2007-10-13 17:18:25 -0400 (Sat, 13 Oct 2007)
New Revision: 15816
Modified:
labs/jbossesb/workspace/bramley/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/GatewayInVMServiceUnitTest.java
Log:
Modified: labs/jbossesb/workspace/bramley/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/GatewayInVMServiceUnitTest.java
===================================================================
--- labs/jbossesb/workspace/bramley/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/GatewayInVMServiceUnitTest.java 2007-10-13 16:23:13 UTC (rev 15815)
+++ labs/jbossesb/workspace/bramley/product/rosetta/tests/src/org/jboss/soa/esb/listeners/gateway/GatewayInVMServiceUnitTest.java 2007-10-13 21:18:25 UTC (rev 15816)
@@ -112,8 +112,6 @@
String testString = "Hello World";
FileOutputStream stream = new FileOutputStream(testFile);
- System.err.println("**creating "+testFile);
-
stream.write(testString.getBytes());
stream.close();
@@ -127,7 +125,7 @@
}
finally
{
- //testFile.delete();
+ testFile.delete();
}
gateway.stop();
More information about the jboss-svn-commits
mailing list