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

commits at source.squeak.org commits at source.squeak.org
Thu Mar 17 23:04:26 UTC 2011


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

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

Name: ToolsTests-fbs.25
Author: fbs
Time: 17 March 2011, 11:04:21.423 pm
UUID: acddf62c-2347-8747-9d43-18df388833f9
Ancestors: ToolsTests-fbs.24

Testing #showHomeCategory's really to test #selectOriginalCategoryForCurrentMethod.

=============== Diff against ToolsTests-fbs.24 ===============

Item was added:
+ ----- Method: BrowserTest>>testShowHomeCategory (in category 'as yet unclassified') -----
+ testShowHomeCategory
+ 	browser selectSystemCategory: browser class category.
+ 	browser selectClass: browser class.
+ 	"Select '--all--'."
+ 	browser selectMessageCategoryNamed: browser messageCategoryList first.
+ 	browser selectMessageNamed: browser messageList first.
+ 	
+ 	browser showHomeCategory.
+ 	self assert: browser messageCategoryListIndex > 1.!




More information about the Squeak-dev mailing list