[squeak-dev] The Inbox: ToolsTests-fbs.38.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 31 08:53:36 UTC 2011


A new version of ToolsTests was added to project The Inbox:
http://source.squeak.org/inbox/ToolsTests-fbs.38.mcz

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

Name: ToolsTests-fbs.38
Author: fbs
Time: 31 March 2011, 9:53:12.097 am
UUID: 73e23739-61db-3240-be83-85fc0e677397
Ancestors: ToolsTests-fbs.37

When you view a class comment, and switch classes, you must still be viewing a class comment.

=============== Diff against ToolsTests-fbs.37 ===============

Item was added:
+ ----- Method: BrowserTest>>testClassCommentViewingPersists (in category 'as yet unclassified') -----
+ testClassCommentViewingPersists
+ 	browser selectSystemCategory: browser class category.
+ 	self assert: browser classList size > 1 description: 'We use the first TWO classes in the category!!'.
+ 	browser classListIndex: 1.
+ 	browser metaClassIndicated: false.
+ 	browser editComment.
+ 	
+ 	browser classListIndex: 2.
+ 	self assert: browser editSelection = #editComment.!




More information about the Squeak-dev mailing list