From 2ce324393259f41e45e24e4f584c81592520ed81 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 17 May 2010 10:54:39 +0000 Subject: QPID-2422: exclude DurableSubscriberTest until queue exclusivity is persisted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945078 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaPersistentExcludes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qpid/java/test-profiles/JavaPersistentExcludes (limited to 'qpid/java/test-profiles/JavaPersistentExcludes') diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes new file mode 100644 index 0000000000..7a3516f9c8 --- /dev/null +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -0,0 +1,5 @@ +//These tests require the MemoryMessageStore +org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* + +//QPID-2422 disable until queue exclusivity is persisted +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -- cgit v1.2.1 From 4583e63decd1623ce9b31cc1e64693cf4da1d2f9 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 19 May 2010 14:23:28 +0000 Subject: QPID-2422: reenable the DurableSubscriberTest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946200 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaPersistentExcludes | 3 --- 1 file changed, 3 deletions(-) (limited to 'qpid/java/test-profiles/JavaPersistentExcludes') diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes index 7a3516f9c8..24adfe05f4 100644 --- a/qpid/java/test-profiles/JavaPersistentExcludes +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -1,5 +1,2 @@ //These tests require the MemoryMessageStore org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* - -//QPID-2422 disable until queue exclusivity is persisted -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -- cgit v1.2.1 From e0e0eda8308719a3da0a6f886395641b542eac54 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 31 Oct 2010 23:40:12 +0000 Subject: add ASF licence to Java .testprofile and exclude files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029522 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaPersistentExcludes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'qpid/java/test-profiles/JavaPersistentExcludes') diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes index 24adfe05f4..240f6dc330 100644 --- a/qpid/java/test-profiles/JavaPersistentExcludes +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -1,2 +1,21 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// 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 +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //These tests require the MemoryMessageStore org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* -- cgit v1.2.1