summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-02-15 09:13:55 +0000
committerKeith Wall <kwall@apache.org>2012-02-15 09:13:55 +0000
commit7be5af63ce577a5e791da305e2c8d518afc6a730 (patch)
tree420404aadfc9f1891f0d078c56c185af223fb49a /qpid/java/test-profiles
parent5f25d25400edcd068eecf374cc988e9b83464e5b (diff)
downloadqpid-python-7be5af63ce577a5e791da305e2c8d518afc6a730.tar.gz
QPID-3840: added automated tests for the Java Broker's qpid-passwd script and Passwd class
Applied patch from Andrew MacBean <andymacbean@gmail.com> and Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1244406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
-rwxr-xr-xqpid/java/test-profiles/CPPExcludes3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes
index 52488b3ffa..14671f97af 100755
--- a/qpid/java/test-profiles/CPPExcludes
+++ b/qpid/java/test-profiles/CPPExcludes
@@ -166,3 +166,6 @@ org.apache.qpid.server.queue.MessageGroupQueueTest#testGroupAssignmentSurvivesEm
// CPP Broker does not implement message conversion from 0-9-1
org.apache.qpid.server.message.MessageProtocolConversionTest#*
+
+// passwd script is a Java Broker specific command line tool
+org.apache.qpid.scripts.QpidPasswdTest#*