Author: pmouawad
Date: Sun Mar 27 19:56:37 2016
New Revision: 1736813

URL: http://svn.apache.org/viewvc?rev=1736813&view=rev
Log:
Mention known bugs for undo/redo feature so that user who enable it are aware 
of those bugs

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1736813&r1=1736812&r2=1736813&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Sun Mar 27 19:56:37 2016
@@ -171,7 +171,10 @@ jmeter.laf.mac=System
 not_in_menu=org.apache.jmeter.protocol.mongodb.sampler.MongoScriptSampler, 
org.apache.jmeter.protocol.mongodb.config.MongoSourceElement, 
org.apache.jmeter.visualizers.DistributionGraphVisualizer, 
org.apache.jmeter.visualizers.SplineVisualizer
 
 # Number of items in undo history
-# Feature is disabled by default (0)
+# Feature is disabled by default (0) due to known and not fixed bugs:
+# https://bz.apache.org/bugzilla/show_bug.cgi?id=57043
+# https://bz.apache.org/bugzilla/show_bug.cgi?id=57039
+# https://bz.apache.org/bugzilla/show_bug.cgi?id=57040
 # Set it to a number > 0 (25 can be a good default)
 # The bigger it is, the more it consumes memory
 #undo.history.size=0


Reply via email to