|
[
Permalink
| « Hide
]
Tom Popovich added a comment - 08/Oct/07 12:26 PM
t.groovy_test_fails.groovy will fail with msg: Caught: java.lang.StackOverflowError
This passing test case has 3 chars added ( row[0] vs row ) and runs fine
t.groovy_test_passes.groovy will run fine.
It differs in only 3 characters from the failing test. Here we use row[0] in the closure to print only the first column. If you change it to row you get a Stack Overflow. |
|||||||||||||||||||||||||||||||||||||||||||||||||||