On 20 March 2013 11:56, Sean P. DeNigris <sean@clipperadams.com> wrote:
Marcus Denker-4 wrote
How to not require a name when a tests does something that needs it? When running tests on the build server it sets a name before and removes it later, but I don't think that the test runner should do that by default.
MCWorkingCopyTest already temporarily sets the author name, why not do the same with the test Nicolas is pointing out?
Or perhaps the test runner can do this: one risks forgetting that some action triggers the dialog, and not notice in one's dev image. (And of course the test runner can _unset_ the author if it had to fake an author.) frank
OT... this smells to me like another example of the value of a "skipped test" concept in SUnit... if the information is supplied, no problem, if the dialog is cancelled, or the image is headless, skip the test.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Running-tests-on-2-0-and-first-impression-tp4677439p46... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.