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/12/04 13:16:33 UTC

svn commit: r600908 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java

Author: sebb
Date: Tue Dec  4 04:16:32 2007
New Revision: 600908

URL: http://svn.apache.org/viewvc?rev=600908&view=rev
Log:
Doc tweak

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java?rev=600908&r1=600907&r2=600908&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java Tue Dec  4 04:16:32 2007
@@ -83,11 +83,7 @@
 	}
 
 	/*
-	 * This skips controller entirely if the condition is false
-	 * 
-	 * TODO consider checking for previous sampler failure here - would need to
-	 * distinguish this from previous failure *inside* loop
-	 * 
+	 * This skips controller entirely if the condition is false on first entry.
 	 */
 	public Sampler next(){
 		if (isFirst()){



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