[Pkg] The Trunk: HelpSystem-Tests-mt.16.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 25 10:30:22 UTC 2015


Marcel Taeumel uploaded a new version of HelpSystem-Tests to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Tests-mt.16.mcz

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

Name: HelpSystem-Tests-mt.16
Author: mt
Time: 25 March 2015, 11:30:13.168 am
UUID: 7a2dcc3a-6e0b-0d47-bccf-0b1bbd056a66
Ancestors: HelpSystem-Tests-fbs.15

Tests updated.

=============== Diff against HelpSystem-Tests-fbs.15 ===============

Item was changed:
  ----- Method: HelpBrowserTest>>testOpen (in category 'testing') -----
  testOpen
  	|browser|
  	"This should not throw an exception."
  	browser := self defaultTestClass open.
  	World doOneCycleNow. 
+ 	browser changed: #close.!
- 	browser close.!

Item was changed:
  ----- Method: HelpTopicTest>>testInitialization (in category 'testing') -----
  testInitialization
  
  	self assert: topic title = 'Unnamed Topic'.
- 	self assert: topic key isEmpty.
  	self assert: topic contents isEmpty !



More information about the Packages mailing list