Antoine Levy-Lambert wrote:
current behaviour is as follows:
if unless outcome
F F pass
T F fail
F T pass
T T pass
I am not sure this is what makes perfect sense, i'd expect if=F,
unless=F to also fail, but what we have, we have. Though since it aint
stated
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 06, 2003 9:02 AM
Subject: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs
FailTest.java
> current behaviour is as follows:
>
> if unless outcome
>
> F F pass
> T