[hornetq-commits] JBoss hornetq SVN: r11533 - trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 13 10:07:24 EDT 2011


Author: ataylor
Date: 2011-10-13 10:07:24 -0400 (Thu, 13 Oct 2011)
New Revision: 11533

Modified:
   trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/IncompatibleVersionTest.java
Log:
test fix

Modified: trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/IncompatibleVersionTest.java
===================================================================
--- trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/IncompatibleVersionTest.java	2011-10-13 14:02:50 UTC (rev 11532)
+++ trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/client/IncompatibleVersionTest.java	2011-10-13 14:07:24 UTC (rev 11533)
@@ -181,7 +181,7 @@
       prop.load(in);
       prop.setProperty("hornetq.version.compatibleVersionList", verList);
       prop.setProperty("hornetq.version.incrementingVersion", Integer.toString(ver));
-      prop.store(new FileOutputStream("tests/tmpfiles/" + propFileName), null);
+      prop.store(new FileOutputStream("target/test-classes/" + propFileName), null);
       
       Process server = null;
       boolean result = false;



More information about the hornetq-commits mailing list