The Trunk: HelpSystem-Tests-dtl.20.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: HelpSystem-Tests-dtl.20.mcz

commits-2
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 ] ]!