summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2011-03-17 20:45:55 +0000
committerMichael Goulish <mgoulish@apache.org>2011-03-17 20:45:55 +0000
commit15a1bae6b55be7ccd893d9b83e1c0d9b3df0d17c (patch)
treefd8d678ff2f28795176febb2ad1691ecf44b8857 /cpp/src
parentfd2247dade5a2c4f0baa889da343de05f9e2a42d (diff)
downloadqpid-python-15a1bae6b55be7ccd893d9b83e1c0d9b3df0d17c.tar.gz
QPID-3150
This is a test-only fix. Tell the client explicitly to use DIGEST-MD5, rather than possibly defaulting to a mech that the test has not prepared for. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/sasl_fed2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/sasl_fed b/cpp/src/tests/sasl_fed
index 9845a20838..884c44177c 100755
--- a/cpp/src/tests/sasl_fed
+++ b/cpp/src/tests/sasl_fed
@@ -123,7 +123,7 @@ n_messages=100
#--------------------------------------------------
#echo " Sending 100 messages to $broker_1_port "
#--------------------------------------------------
-$builddir/datagen --count $n_messages | $SENDER_EXEC --username zag --password zag --exchange $EXCHANGE_NAME --routing-key $ROUTING_KEY --port $broker_1_port
+$builddir/datagen --count $n_messages | $SENDER_EXEC --mechanism DIGEST-MD5 --username zag --password zag --exchange $EXCHANGE_NAME --routing-key $ROUTING_KEY --port $broker_1_port
sleep 5