Author: dejanb
Date: Fri Aug 14 09:25:00 2009
New Revision: 804137

URL: http://svn.apache.org/viewvc?rev=804137&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-1095 - improved test case 
configuration

Modified:
    
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml

Modified: 
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml?rev=804137&r1=804136&r2=804137&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml
 (original)
+++ 
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/bugs/amq1095/activemq.xml
 Fri Aug 14 09:25:00 2009
@@ -17,10 +17,10 @@
 -->
 <beans>
 
-  <broker brokerName="localhost" 
xmlns="http://activemq.apache.org/schema/core"; persistent="true">
+  <broker brokerName="localhost" 
xmlns="http://activemq.apache.org/schema/core"; persistent="true" 
deleteAllMessagesOnStartup="true">
   
     <persistenceAdapter>
-      <kahaPersistenceAdapter directory="file:kahadir" 
maxDataFileLength="200000"/>
+      <kahaPersistenceAdapter directory="file:target/amq1095" 
maxDataFileLength="200000"/>
     </persistenceAdapter>
 
     <destinations>


Reply via email to