From 055864d41ad23deb3f0b63fa65adb5bc2cd0871b Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 15 Feb 2012 09:13:55 +0000 Subject: QPID-3840: added automated tests for the Java Broker's qpid-passwd script and Passwd class Applied patch from Andrew MacBean and Philip Harvey git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1244406 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/CPPExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java/test-profiles') 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#* -- cgit v1.2.1