You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2011/11/13 16:14:50 UTC

svn commit: r1201438 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Sun Nov 13 15:14:49 2011
New Revision: 1201438

URL: http://svn.apache.org/viewvc?rev=1201438&view=rev
Log:
Bug 51886 - SampleSender configuration resolved partly on client and partly on server
Fixed default value

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1201438&r1=1201437&r2=1201438&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Sun Nov 13 15:14:49 2011
@@ -533,7 +533,7 @@ wmlParser.types=text/vnd.wap.wml 
 # How is Sample sender implementations configured:
 # - true (default) means client configuration will be used
 # - false means server configuration will be used
-sample_sender_client_configured=false
+#sample_sender_client_configured=true
 
 # Remote batching support
 # default is Standard, which returns each sample synchronously