Author: rgemmell
Date: 2010-06-03 05:51:23 -0400 (Thu, 03 Jun 2010)
New Revision: 4006
Modified:
store/trunk/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/utils/BDBVMTestCase.java
Log:
Update QTC usage to QBTC to allow compilation
Modified:
store/trunk/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/utils/BDBVMTestCase.java
===================================================================
---
store/trunk/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/utils/BDBVMTestCase.java 2010-06-02
19:33:45 UTC (rev 4005)
+++
store/trunk/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/utils/BDBVMTestCase.java 2010-06-03
09:51:23 UTC (rev 4006)
@@ -34,9 +34,9 @@
import org.apache.qpid.client.AMQQueue;
import org.apache.qpid.server.registry.ApplicationRegistry;
import org.apache.qpid.server.registry.ConfigurationFileApplicationRegistry;
-import org.apache.qpid.test.utils.QpidTestCase;
+import org.apache.qpid.test.utils.QpidBrokerTestCase;
-public class BDBVMTestCase extends QpidTestCase
+public class BDBVMTestCase extends QpidBrokerTestCase
{
public static final String BDB_WORK = "BDB_WORK";
public static final String QPID_WORK = "QPID_WORK";