You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2011/01/27 21:55:13 UTC

svn commit: r1064298 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java

Author: sebb
Date: Thu Jan 27 20:55:12 2011
New Revision: 1064298

URL: http://svn.apache.org/viewvc?rev=1064298&view=rev
Log:
Add TODO

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java?rev=1064298&r1=1064297&r2=1064298&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java Thu Jan 27 20:55:12 2011
@@ -1037,6 +1037,8 @@ public class SampleResult implements Ser
      * Returns the count of errors.
      *
      * @return 0 - or 1 if the sample failed
+     * 
+     * TODO do we need allow for nested samples?
      */
     public int getErrorCount(){
         return success ? 0 : 1;



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