[squeak-dev] The Trunk: SUnitGUI-eem.68.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 1 21:20:38 UTC 2017


Eliot Miranda uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-eem.68.mcz

==================== Summary ====================

Name: SUnitGUI-eem.68
Author: eem
Time: 1 June 2017, 2:20:29.979374 pm
UUID: 47ec06e5-6ff4-4475-9034-b298e6f98544
Ancestors: SUnitGUI-ul.67

If Flaps is present (and not loading for the first time) run the initialize method to make sure TestRunner is in the Flaps Tools registry.

=============== Diff against SUnitGUI-ul.67 ===============

Item was added:
+ (PackageInfo named: 'SUnitGUI') preamble: '"below, add code to be run before the loading of this package"
+ "If Flaps is present (and not loading for the first time) run the initialize method to make sure TestRunner is in the Flaps Tools registry."
+ (Smalltalk classNamed: #TestRunner) ifNotNil:
+ 	[:trc|
+ 	trc environment at: #Flaps ifPresent: [ :fc | trc initialize]]'!



More information about the Squeak-dev mailing list