5
OrCondition not a true OR - ID: 1686157
Last Update: Tracker Item Submitted (
jmanning )
A true OR condition would return true if any of the conditions is true,
your OrCondition returns true if any condition is false.
Instead of:
if (!holds) return true;
it should be:
if (holds) return true;
Jackie Manning ( jmanning ) - 2007-03-22 15:59
5
Open
None
Nobody/Anonymous
None
None
Public
Attached File
No Files Currently Attached
Change
No changes have been made to this artifact.