neth        01/12/22 20:27:57

  Modified:    src/org/apache/jmeter/visualizers GraphAccumModel.java
  Log:
  TOTAL_TIME constant moved from HttpSamplerFull.java to SampleResult.java.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-jmeter/src/org/apache/jmeter/visualizers/GraphAccumModel.java
  
  Index: GraphAccumModel.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/org/apache/jmeter/visualizers/GraphAccumModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GraphAccumModel.java      2001/08/29 11:52:50     1.1
  +++ GraphAccumModel.java      2001/12/23 04:27:57     1.2
  @@ -304,7 +304,7 @@
       long totalTime = res.getTime();
       // however if there is a total time value then the url has other components
       // thus set the total time to be that value
  -    Long totalTimeLong = (Long)res.getValue(HTTPSamplerFull.TOTAL_TIME);
  +    Long totalTimeLong = (Long)res.getValue(SampleResult.TOTAL_TIME);
       if(totalTimeLong != null)
       {
         totalTime = totalTimeLong.longValue();
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to