diff options
| author | Michael Goulish <mgoulish@apache.org> | 2011-03-17 20:45:55 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2011-03-17 20:45:55 +0000 |
| commit | 5077296848b2f6e2ee89d4c1a7d0022a0e14eb48 (patch) | |
| tree | d5ebab9a7e0ee8d30050c0767cf5fc84ed139846 /qpid/cpp/src | |
| parent | 703553fac60cb1f0fa891261bd65b966e1662903 (diff) | |
| download | qpid-python-5077296848b2f6e2ee89d4c1a7d0022a0e14eb48.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@1082685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/tests/sasl_fed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/sasl_fed b/qpid/cpp/src/tests/sasl_fed index 9845a20838..884c44177c 100755 --- a/qpid/cpp/src/tests/sasl_fed +++ b/qpid/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 |
