neth 01/12/22 20:33:43
Modified: src/org/apache/jmeter/samplers SampleResult.java
Log:
TOTAL_TIME and RESULT_LIST constants moved from HttpSamplerFull.java to
SampleResult.java.
Revision Changes Path
1.14 +4 -2 jakarta-jmeter/src/org/apache/jmeter/samplers/SampleResult.java
Index: SampleResult.java
===================================================================
RCS file: /home/cvs/jakarta-jmeter/src/org/apache/jmeter/samplers/SampleResult.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- SampleResult.java 2001/08/31 00:46:44 1.13
+++ SampleResult.java 2001/12/23 04:33:43 1.14
@@ -63,9 +63,9 @@
* This is a nice packaging for the various information returned from taking a
* sample of an entry.
*
- *@author $Author: mstover1 $
- *@created $Date: 2001/08/31 00:46:44 $
- *@version $Revision: 1.13 $
+ *@author $Author: neth $
+ *@created $Date: 2001/12/23 04:33:43 $
+ *@version $Revision: 1.14 $
***********************************************************/
public class SampleResult implements Serializable
{
@@ -78,6 +78,8 @@
public final static String TEXT_RESPONSE = "sampler.RESPONSE";
public final static String SAMPLE_LABEL = "sampler.LABEL";
public final static String SUCCESS = "sampler.SUCCESS";
+ public final static String RESULT_LIST = "sample.RESULT_LIST";
+ public final static String TOTAL_TIME = "sample.TOTAL_TIME";
private transient static Category catClass =
Category.getInstance(SampleResult.class.getName());
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>