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 ms...@apache.org on 2002/03/07 01:00:37 UTC

cvs commit: jakarta-jmeter/src/org/apache/jmeter/protocol/http/sampler HTTPSamplerFull.java

mstover1    02/03/06 16:00:37

  Modified:    src/org/apache/jmeter/protocol/http/sampler
                        HTTPSamplerFull.java
  Log:
  Fixing problem with timing info
  
  Revision  Changes    Path
  1.13      +2 -1      jakarta-jmeter/src/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFull.java
  
  Index: HTTPSamplerFull.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/org/apache/jmeter/protocol/http/sampler/HTTPSamplerFull.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- HTTPSamplerFull.java	16 Feb 2002 03:21:41 -0000	1.12
  +++ HTTPSamplerFull.java	7 Mar 2002 00:00:37 -0000	1.13
  @@ -83,7 +83,7 @@
    *
    * @author	Khor Soon Hin
    * @version	1.0
  - * @created	$Date: 2002/02/16 03:21:41 $
  + * @created	$Date: 2002/03/07 00:00:37 $
    */
   public class HTTPSamplerFull extends HTTPSampler
   {
  @@ -327,6 +327,7 @@
   		catClass.debug("sample2 : total time - " + totalTime);
   	 }
   	 res.putValue(SampleResult.TOTAL_TIME, new Long(totalTime));
  +	 res.setTime(totalTime);
   	 catClass.debug("End : sample2");
   	 return res;
     }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>