diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-29 00:08:07 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-29 00:08:07 +0000 |
| commit | 3022b6bb226f1d36c0ed10d5339e674e7ff3de6b (patch) | |
| tree | 16503137005072b9e1331113df919a10320a94cd /java/client/src/test | |
| parent | 775da8d9750875533d54767f0e0630c66b5785f8 (diff) | |
| download | qpid-python-3022b6bb226f1d36c0ed10d5339e674e7ff3de6b.tar.gz | |
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/qpid@599216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src/test')
| -rw-r--r-- | java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java b/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java index 5acc43f544..af19db5128 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/ct/DurableSubscriberTests.java +++ b/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 * |
