From 37e09c8cc539e79c7ccd45270fdc631a66f47cd4 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 13 Mar 2014 15:43:10 +0000 Subject: Change test-profiles to remove references to messagestore class git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1577208 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-bdb.0-8.testprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/java/test-profiles/java-bdb.0-8.testprofile') diff --git a/qpid/java/test-profiles/java-bdb.0-8.testprofile b/qpid/java/test-profiles/java-bdb.0-8.testprofile index 27284b3f13..1882d916f5 100644 --- a/qpid/java/test-profiles/java-bdb.0-8.testprofile +++ b/qpid/java/test-profiles/java-bdb.0-8.testprofile @@ -26,7 +26,7 @@ broker.ready=BRK-1004 broker.stopped=Exception qpid.broker_default_amqp_protocol_excludes=AMQP_1_0,AMQP_0_10,AMQP_0_9_1,AMQP_0_9 broker.virtualhosts-config=${QPID_HOME}/etc/virtualhosts-systests-bdb.xml -messagestore.class.name=org.apache.qpid.server.store.berkeleydb.BDBMessageStore +messagestore.type=BDB profile.excludes=JavaExcludes JavaPersistentExcludes XAExcludes JavaPre010Excludes JavaBDBExcludes broker.clean.between.tests=true broker.persistent=true @@ -35,4 +35,3 @@ broker.version=v0_8 # Do not enable. Allow client to attempt 0-10 and negotiate downwards # #qpid.amqp.version=0-8 -messagestore.type=BDB -- cgit v1.2.1