You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/03/07 02:39:17 UTC

svn commit: r515413 - /jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java

Author: sebb
Date: Tue Mar  6 17:39:16 2007
New Revision: 515413

URL: http://svn.apache.org/viewvc?view=rev&rev=515413
Log:
Reverting change to constructor - did not help

Modified:
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java

Modified: jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java?view=diff&rev=515413&r1=515412&r2=515413
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java Tue Mar  6 17:39:16 2007
@@ -213,8 +213,6 @@
     // Does not appear to be used (yet)
 	private int assertionsResultsToSave = _assertionsResultsToSave;
 
-	// Don't save this, as not settable via GUI
-	private String delimiter = _delimiter;
 
 	// Don't save this, as it is derived from the time format
 	private boolean printMilliseconds = _printMilliseconds;
@@ -344,6 +342,8 @@
         _threadCounts=TRUE.equalsIgnoreCase(props.getProperty(SAVE_THREAD_COUNTS, FALSE));
 	}
 
+	// Don't save this, as not settable via GUI
+	private String delimiter = _delimiter;
 	private static final SampleSaveConfiguration _static = new SampleSaveConfiguration();
 
 	// Give access to initial configuration
@@ -352,10 +352,6 @@
 	}
 
 	public SampleSaveConfiguration() {
-		// Set fields which cannot currently be set in GUI (and are probably not in the JMX file)
-		delimiter=_delimiter;
-		printMilliseconds=_printMilliseconds;
-		formatter=_formatter;
 	}
 
 // TODO: may need to implement this to allow for adding new attributes to the config,



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org