fefrei / prog2tests

Automatically exported from code.google.com/p/prog2tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I fail testExample7()

GoogleCodeExporter opened this issue · comments

Although I pass all the current tests (including the RegisterTest!), I still 
fail the testExample7() one.
Since the project documentation only contains only FIVE examples, but not 
SEVEN, I'm a bit confuzzled.

That means that:
- I still have a bug somewhere
- We still don't have certain kinds of tests

Any ideas?

Original issue reported on code.google.com by Nichmen...@gmail.com on 26 Jul 2012 at 7:06

Solved.

My problem was that arguments 5 and 6 weren't correctly handled if there is any 
additional, local variable.

See the new AdvancedBewiedTest.
For problems, support, suggestions: Please open a new ticket.

Original comment by Nichmen...@gmail.com on 27 Jul 2012 at 12:25

  • Changed state: Added