[squeak-dev] The Trunk: HelpSystem-Tests-dtl.20.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 15 03:43:41 UTC 2017


David T. Lewis uploaded a new version of HelpSystem-Tests to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Tests-dtl.20.mcz

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

Name: HelpSystem-Tests-dtl.20
Author: dtl
Time: 14 November 2017, 10:43:34.406403 pm
UUID: 284f0515-234f-4376-af5e-6f73b521384d
Ancestors: HelpSystem-Tests-ul.19

Remove unnecessary reference to global World.

=============== Diff against HelpSystem-Tests-ul.19 ===============

Item was changed:
  ----- Method: HelpBrowserTest>>testOpen (in category 'testing') -----
  testOpen
  
  	| browser |
  	[ 
  		"This should not throw an exception."
  		browser := self defaultTestClass open.
+ 		Project current world doOneCycleNow ]
- 		World doOneCycleNow ]
  		ensure: [
  			browser ifNotNil: [ browser delete ] ]!



More information about the Squeak-dev mailing list