From bc20549a8a418e84f600097023512942dee6cfba Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 29 Nov 2007 00:08:07 +0000 Subject: Enabled the broker module again, and Commented out the offending class that had compilation errors due missing classes from the new mina version git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599216 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/qpid/test/unit/ct/DurableSubscriberTests.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qpid/java/client/src/test') diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java index 5acc43f544..af19db5128 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java @@ -5,9 +5,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -15,12 +15,12 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.qpid.test.unit.cr; - -import org.apache.qpid.testutil.QpidTestCase; +package org.apache.qpid.test.unit.ct; import javax.jms.*; +import org.apache.qpid.testutil.QpidTestCase; + /** * Crash Recovery tests for durable subscription * -- cgit v1.2.1