Creates a tests to ActivationContainerTest

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

Branch: refs/heads/master
Commit: c73a5a910836635b4e9b5b08293d8b3cb03edfe6
Parents: b576413
Author: Otavio Santana <[email protected]>
Authored: Tue Jul 11 10:05:41 2017 -0300
Committer: Otavio Santana <[email protected]>
Committed: Tue Jul 11 10:05:41 2017 -0300

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/c73a5a91/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 2d40007..4aaf6a3 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
@@ -130,7 +130,7 @@ public class ActivationContainerTest {
     @MessageDriven(activationConfig = {
             @ActivationConfigProperty(propertyName = "destinationType", 
propertyValue = "javax.jms.Queue"),
             @ActivationConfigProperty(propertyName = "destination", 
propertyValue = "target"),
-            @ActivationConfigProperty(propertyName = 
"activation.configuration", propertyValue = "aaaa")
+            @ActivationConfigProperty(propertyName = 
"activation.configuration", propertyValue = "anyconfiguration")
     })
     public static class Listener implements MessageListener {
         public static CountDownLatch latch;

Reply via email to