The Trunk: HelpSystem-Tests-tbn.11.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-tbn.11.mcz

commits-2
Torsten Bergmann uploaded a new version of HelpSystem-Tests to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Tests-tbn.11.mcz

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

Name: HelpSystem-Tests-tbn.11
Author: tbn
Time: 2 May 2010, 10:24:15.448 pm
UUID: ddc388e6-87c2-a247-bbfa-51a8d6e6a56c
Ancestors: HelpSystem-Tests-mha.10

throw out pharo specific stuff since we are now integrated in squeak (and pharo too where squeak specific stuff was removed)

=============== Diff against HelpSystem-Tests-mha.10 ===============

Item was changed:
  ----- Method: HelpBrowserTest>>testRegistration (in category 'testing') -----
  testRegistration
+        
- "there is no world menu in 1.1."
-       HelpBrowser isPharo11 ifTrue: [^self].
  TheWorldMenu registeredOpenCommands detect: [:each | each first = 'Help Browser'] ifNone: [self fail].
  !