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

commits at source.squeak.org commits at source.squeak.org
Wed Mar 23 08:28:51 UTC 2011


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

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

Name: ToolsTests-fbs.29
Author: fbs
Time: 23 March 2011, 7:59:05.848 am
UUID: dfa7bae7-03f7-cd43-9d2f-47eb08fc8d18
Ancestors: ToolsTests-fbs.28

MessageSet>>contents test.

=============== Diff against ToolsTests-fbs.28 ===============

Item was added:
+ ----- Method: MessageSetTest>>testContents (in category 'as yet unclassified') -----
+ testContents
+ 	browser selectMessageNamed: nil.
+ 	self assert: browser contents = ''.
+ 	
+ 	browser selectMessageNamed: browser messageList first selector.
+ 	self deny: browser contents = ''.
+ 	!




More information about the Squeak-dev mailing list