From 2fb870a12430cebacabf97af06dc121d492865c2 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 27 Nov 2007 12:51:14 +0000 Subject: Renamed POMs to M2.1.1 Removed erroneous equals() in SpecificMethodFrameListenerTest git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1@598619 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/distribution/pom.xml | 4 +- java/broker/pom.xml | 6 +- java/broker/python-test.xml | 4 +- java/client-java14/pom.xml | 4 +- java/client/distribution/pom.xml | 4 +- java/client/example/pom.xml | 4 +- java/client/pom.xml | 4 +- .../protocol/BlockingMethodFrameListener.java | 14 ----- .../listener/SpecificMethodFrameListener.java | 13 ---- .../client/SpecificMethodFrameListenerTest.java | 71 ---------------------- java/cluster/pom.xml | 4 +- java/common/pom.xml | 4 +- java/distribution/pom.xml | 4 +- java/integrationtests/pom.xml | 4 +- java/management/eclipse-plugin/pom.xml | 4 +- java/perftests/distribution/pom.xml | 4 +- java/perftests/pom.xml | 4 +- java/pom.xml | 9 ++- java/systests/distribution/pom.xml | 4 +- java/systests/pom.xml | 4 +- 20 files changed, 37 insertions(+), 136 deletions(-) delete mode 100644 java/client/src/test/java/org/apache/qpid/client/SpecificMethodFrameListenerTest.java diff --git a/java/broker/distribution/pom.xml b/java/broker/distribution/pom.xml index 9875e9bf2b..ada989853a 100644 --- a/java/broker/distribution/pom.xml +++ b/java/broker/distribution/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-broker-distribution jar - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Broker Distributions http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT diff --git a/java/broker/pom.xml b/java/broker/pom.xml index dbc3b2aea9..feb503e39f 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -22,14 +22,14 @@ org.apache.qpid qpid-broker jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Broker http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml @@ -209,7 +209,7 @@ + value="python run-tests -v -I java_failing.txt -b localhost:2110"/> diff --git a/java/broker/python-test.xml b/java/broker/python-test.xml index e58ae399b9..5c263e3169 100755 --- a/java/broker/python-test.xml +++ b/java/broker/python-test.xml @@ -43,9 +43,9 @@ under the License. > - + - + diff --git a/java/client-java14/pom.xml b/java/client-java14/pom.xml index 1dd02d142b..fb299bc2b6 100644 --- a/java/client-java14/pom.xml +++ b/java/client-java14/pom.xml @@ -24,14 +24,14 @@ org.apache.qpid qpid-client-java14 jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Client for Java 1.4 http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/client/distribution/pom.xml b/java/client/distribution/pom.xml index 4ad14d40d2..cf2de78917 100644 --- a/java/client/distribution/pom.xml +++ b/java/client/distribution/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-client-distribution jar - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Client Distributions http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index 0106e788ff..e5639ab2f5 100644 --- a/java/client/example/pom.xml +++ b/java/client/example/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-example jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Example http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/client/pom.xml b/java/client/pom.xml index b4e912d31e..d50972d816 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-client jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Client http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/client/src/main/java/org/apache/qpid/client/protocol/BlockingMethodFrameListener.java b/java/client/src/main/java/org/apache/qpid/client/protocol/BlockingMethodFrameListener.java index 1badbb601c..2b63475d71 100644 --- a/java/client/src/main/java/org/apache/qpid/client/protocol/BlockingMethodFrameListener.java +++ b/java/client/src/main/java/org/apache/qpid/client/protocol/BlockingMethodFrameListener.java @@ -294,18 +294,4 @@ public abstract class BlockingMethodFrameListener implements AMQMethodListener } } - public boolean equals(Object o) - { - - if (o instanceof BlockingMethodFrameListener) - { - BlockingMethodFrameListener other = (BlockingMethodFrameListener) o; - - return _channelId == other._channelId; - } - - return false; - } - - } diff --git a/java/client/src/main/java/org/apache/qpid/client/state/listener/SpecificMethodFrameListener.java b/java/client/src/main/java/org/apache/qpid/client/state/listener/SpecificMethodFrameListener.java index 4a4f4a0a38..c66603b7a0 100644 --- a/java/client/src/main/java/org/apache/qpid/client/state/listener/SpecificMethodFrameListener.java +++ b/java/client/src/main/java/org/apache/qpid/client/state/listener/SpecificMethodFrameListener.java @@ -41,17 +41,4 @@ public class SpecificMethodFrameListener extends BlockingMethodFrameListener return _expectedClass.isInstance(frame); } - public boolean equals(Object o) - { - if (o instanceof SpecificMethodFrameListener) - { - SpecificMethodFrameListener other = (SpecificMethodFrameListener) o; - - // here we need to check if the two classes are the same. - return (_channelId == other._channelId) && (_expectedClass.equals(other._expectedClass)); - } - - return false; - } - } diff --git a/java/client/src/test/java/org/apache/qpid/client/SpecificMethodFrameListenerTest.java b/java/client/src/test/java/org/apache/qpid/client/SpecificMethodFrameListenerTest.java deleted file mode 100644 index 4cffcecf8a..0000000000 --- a/java/client/src/test/java/org/apache/qpid/client/SpecificMethodFrameListenerTest.java +++ /dev/null @@ -1,71 +0,0 @@ -package org.apache.qpid.framing; - -import junit.framework.TestCase; -import org.apache.qpid.client.state.listener.SpecificMethodFrameListener; -import org.apache.mina.common.ByteBuffer; - -/* -* -* 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. -* -*/ - -public class SpecificMethodFrameListenerTest extends TestCase -{ - - SpecificMethodFrameListener close1a = new SpecificMethodFrameListener(1, ChannelCloseOkBody.class); - SpecificMethodFrameListener close1b = new SpecificMethodFrameListener(1, ChannelCloseOkBody.class); - SpecificMethodFrameListener close2 = new SpecificMethodFrameListener(2, ChannelCloseOkBody.class); - SpecificMethodFrameListener open1a = new SpecificMethodFrameListener(1, ChannelOpenOkBody.class); - SpecificMethodFrameListener open1b = new SpecificMethodFrameListener(1, ChannelOpenOkBody.class); - - public void testEquals() - { - //Check that the the same objects are equal - assertEquals("ChannelCloseOKBody a should equal a", close1a, close1a); - assertEquals("ChannelOpenOkBody a should equal a", open1a, open1a); - - //check that the same values in differnt objects are equal - assertEquals("ChannelCloseOKBody b should equal a", close1b, close1a); - assertEquals("ChannelCloseOKBody a should equal b", close1a, close1b); - assertEquals("ChannelOpenOkBody a should equal b", open1a, open1b); - assertEquals("ChannelOpenOkBody a should equal b", open1a, open1b); - - //Chec that different values fail - //Different channels - assertFalse("ChannelCloseOKBody channel 1 should NOT equal channel 2", close1a.equals(close2)); - assertFalse("ChannelCloseOKBody channel 1 should NOT equal channel 2", close2.equals(close1a)); - - //Different Bodies - assertFalse("ChannelCloseOKBody should not equal ChannelOpenOkBody", close1a.equals(open1a)); - assertFalse("ChannelOpenOkBody should not equal ChannelCloseOKBody", open1a.equals(close1a)); - } - - public void testProcessMethod() throws AMQFrameDecodingException - { - ChannelCloseOkBody ccob = (ChannelCloseOkBody) ChannelCloseOkBody.getFactory().newInstance((byte) 8, (byte) 0, ByteBuffer.allocate(0), 0); - ChannelOpenOkBody coob = (ChannelOpenOkBody) ChannelOpenOkBody.getFactory().newInstance((byte) 8, (byte) 0, ByteBuffer.allocate(0), 0); - - assertTrue("This SpecificMethodFrameListener should process a ChannelCloseOkBody", close1a.processMethod(1, ccob)); - assertFalse("This SpecificMethodFrameListener should NOT process a ChannelOpenOkBody", close1a.processMethod(1, coob)); - - - - - } -} diff --git a/java/cluster/pom.xml b/java/cluster/pom.xml index 73c62520e6..2ab6a6347a 100644 --- a/java/cluster/pom.xml +++ b/java/cluster/pom.xml @@ -22,14 +22,14 @@ org.apache.qpid qpid-cluster jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Cluster http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT diff --git a/java/common/pom.xml b/java/common/pom.xml index 4c94e3d1b5..eea4580c8d 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-common jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Common Utilities http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml index 0f82512551..6e733c8e75 100644 --- a/java/distribution/pom.xml +++ b/java/distribution/pom.xml @@ -25,12 +25,12 @@ qpid-distribution jar Qpid Distribution - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml index 69cf8fef00..37cc77e4a5 100644 --- a/java/integrationtests/pom.xml +++ b/java/integrationtests/pom.xml @@ -24,13 +24,13 @@ org.apache.qpid qpid-integrationtests jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Integration Tests org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml index b95d134d0c..2c9eac1ba1 100644 --- a/java/management/eclipse-plugin/pom.xml +++ b/java/management/eclipse-plugin/pom.xml @@ -23,13 +23,13 @@ org.apache.qpid.management org.apache.qpid.management.ui jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Management org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../../pom.xml diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 52b275dc02..fa6cfefb34 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-perftests-distribution jar - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Performance Tests Distribution http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 077669b6e6..69045ca416 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -24,14 +24,14 @@ org.apache.qpid qpid-perftests jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid Performance Tests http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml diff --git a/java/pom.xml b/java/pom.xml index 42c539e320..b8bc0e3578 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,16 +24,16 @@ under the License. 4.0.0 org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid http://cwiki.apache.org/confluence/display/qpid pom - scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1/java - scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1/java - http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java + scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1/java + scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1/java + http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1.1/java @@ -150,7 +150,6 @@ under the License. common broker client - cluster systests perftests integrationtests diff --git a/java/systests/distribution/pom.xml b/java/systests/distribution/pom.xml index 70a6a18cce..5e25a41087 100644 --- a/java/systests/distribution/pom.xml +++ b/java/systests/distribution/pom.xml @@ -23,14 +23,14 @@ org.apache.qpid qpid-systests-distribution jar - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid System Tests Distribution http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../../pom.xml diff --git a/java/systests/pom.xml b/java/systests/pom.xml index 83e494251d..d9d3e684ca 100644 --- a/java/systests/pom.xml +++ b/java/systests/pom.xml @@ -22,14 +22,14 @@ org.apache.qpid qpid-systests jar - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT Qpid System Tests http://cwiki.apache.org/confluence/display/qpid org.apache.qpid qpid - 1.0-incubating-M2.1-SNAPSHOT + 1.0-incubating-M2.1.1-SNAPSHOT ../pom.xml -- cgit v1.2.1