Oct. 29, 2009
7:57 p.m.
apparently there is a bad interaction between the test runner and the author because from time to time I get author = TestRunner Probably the runner code is not robust enough in case of failure capture or something like that. runCase Author useAuthor: 'TestRunner' during: [ [self setUp. self performTest] ensure: [ self tearDown. self cleanUpInstanceVariables ] ]