Opened 16 years ago

Closed 16 years ago

#276 closed defect (fixed)

parser test failure

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone: 1.1
Component: front Version: 1.1
Keywords: parser test failure Cc:

Description

One test is failing (this was true before re-integration of mutate branch) in parser category: ParserTest.testNegative.

Change History (1)

comment:1 by zirkel, 16 years ago

Resolution: fixed
Status: newclosed

Fixed. The problem was with ParserTest, which includes assertions that use hardcoded positions in the AST's global variable list. Since the addition of references to variables in other processes, there is a dummy PROC variable as the first entry in the global variable list. I just changed the positions to be 1 instead of 0.

Note: See TracTickets for help on using tickets.