removes tests

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/20926223
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/20926223
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/20926223

Branch: refs/heads/master
Commit: 209262230cb9f1c241a75fcfa820ad39e1586bc9
Parents: c73a5a9
Author: Otavio Santana <[email protected]>
Authored: Tue Jul 11 10:16:58 2017 -0300
Committer: Otavio Santana <[email protected]>
Committed: Tue Jul 11 10:16:58 2017 -0300

----------------------------------------------------------------------
 .../java/org/apache/openejb/activemq/ActivationContainerTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/20926223/container/openejb-core/src/test/java/org/apache/openejb/activemq/ActivationContainerTest.java
----------------------------------------------------------------------
diff --git 
a/container/openejb-core/src/test/java/org/apache/openejb/activemq/ActivationContainerTest.java
 
b/container/openejb-core/src/test/java/org/apache/openejb/activemq/ActivationContainerTest.java
index 4aaf6a3..24d8a97 100644
--- 
a/container/openejb-core/src/test/java/org/apache/openejb/activemq/ActivationContainerTest.java
+++ 
b/container/openejb-core/src/test/java/org/apache/openejb/activemq/ActivationContainerTest.java
@@ -129,8 +129,7 @@ public class ActivationContainerTest {
 
     @MessageDriven(activationConfig = {
             @ActivationConfigProperty(propertyName = "destinationType", 
propertyValue = "javax.jms.Queue"),
-            @ActivationConfigProperty(propertyName = "destination", 
propertyValue = "target"),
-            @ActivationConfigProperty(propertyName = 
"activation.configuration", propertyValue = "anyconfiguration")
+            @ActivationConfigProperty(propertyName = "destination", 
propertyValue = "target")
     })
     public static class Listener implements MessageListener {
         public static CountDownLatch latch;

Reply via email to