Author: mgoulish
Date: Thu Mar 17 20:45:55 2011
New Revision: 1082685

URL: http://svn.apache.org/viewvc?rev=1082685&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/cpp/src/tests/sasl_fed

Modified: qpid/trunk/qpid/cpp/src/tests/sasl_fed
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/sasl_fed?rev=1082685&r1=1082684&r2=1082685&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/sasl_fed (original)
+++ qpid/trunk/qpid/cpp/src/tests/sasl_fed Thu Mar 17 20:45:55 2011
@@ -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
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to