DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=26672>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=26672 IfController is not evaluating correctly [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2004-04-19 18:08 ------- There are two issues going on here. The first is that the condition wasn't getting reevaluated each iteration. I just submitted a fix for that, which should make your test case work properly. The second problem is that if an IfController ever gets evaluated to false it gets removed from the test tree. The problem is that the condition might get evaluated to true the next iteration, which we don't get the opportunity for. I'm going to leave this defect open and use this to track the progress. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
