The question arises in this particular case due to...
�� RPackageMonticelloSynchronisationTest >> setUp
�� �� �� ...
�� �� �� Author fullName ifNil: [ Author fullName: 'Tester' ].
Minor point... this check actually is a bit pointless since #fullName
invokes #requestFullName that presents the dialog.�� And #fullName will
*never* return nil. At a minimum it returns 'Anonymous'.
First step would seem to be wrapping�� TestCase>>runCase:
with�� ��Author useAuthor: 'TestRunner' during: [ .... ]