Ticket #134 (closed Test Case: fixed)

Opened 2 years ago

Last modified 2 years ago

seperated booleans not validating

Reported by: dsugar Assigned to: bwilliams
Priority: High Milestone: Prototype Release
Component: Test Keywords:
Cc:

Description

Wrapping accesses in booleans seem to not verify when parent/child accesses are wrapped in different 'if' statements.

I have create two test cases 96 and 97 to demonstrate the problem. Test case 96 has a single 'if' statement wrapping two accesses and it generated ok.

Test case 97 is exactly same except each access is wrapped in separate 'if' with the same boolean name. But it fails to validate.

Test case 97 is how booleans are being generated textually from the graphical interface.

test casses added in changeset:1666

Change History

04/26/07 12:16:32 changed by dsugar

  • status changed from new to closed.
  • resolution set to fixed.

Brian fixed this in changeset:1690