You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2016/02/04 18:21:24 UTC

qpid-jms git commit: NO-JIRA: update the reversed plugin config/assignments in test base class

Repository: qpid-jms
Updated Branches:
  refs/heads/master acf77dab0 -> 4bb804c79


NO-JIRA: update the reversed plugin config/assignments in test base class


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4bb804c7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/4bb804c7
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/4bb804c7

Branch: refs/heads/master
Commit: 4bb804c79e6d8fefbdc773a3314770dce23b44fb
Parents: acf77da
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Feb 4 17:20:37 2016 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Feb 4 17:20:37 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/qpid/jms/support/QpidJmsTestSupport.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/4bb804c7/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java
----------------------------------------------------------------------
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java
index 5d91ddc..a4ef66e 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java
@@ -187,12 +187,12 @@ public class QpidJmsTestSupport {
         ArrayList<BrokerPlugin> plugins = new ArrayList<BrokerPlugin>();
         BrokerPlugin authenticationPlugin = configureAuthentication();
         if (authenticationPlugin != null) {
-            plugins.add(configureAuthorization());
+            plugins.add(authenticationPlugin);
         }
 
         BrokerPlugin authorizationPlugin = configureAuthorization();
         if (authorizationPlugin != null) {
-            plugins.add(configureAuthentication());
+            plugins.add(authorizationPlugin);
         }
 
         addAdditionalBrokerPlugins(plugins);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org