diff options
| author | Keith Wall <kwall@apache.org> | 2012-02-15 09:13:55 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-02-15 09:13:55 +0000 |
| commit | 055864d41ad23deb3f0b63fa65adb5bc2cd0871b (patch) | |
| tree | 140754e29d80a0c5a6e7236a0bf24c7d22c97403 /java/test-profiles | |
| parent | 29389c473d4ff7983b21e7826c4cf80b6cd59c28 (diff) | |
| download | qpid-python-055864d41ad23deb3f0b63fa65adb5bc2cd0871b.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/qpid@1244406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 52488b3ffa..14671f97af 100755 --- a/java/test-profiles/CPPExcludes +++ b/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#* |
