The Trunk: ToolsTests-fbs.57.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ToolsTests-fbs.57.mcz

commits-2
Frank Shearar uploaded a new version of ToolsTests to project The Trunk:
http://source.squeak.org/trunk/ToolsTests-fbs.57.mcz

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

Name: ToolsTests-fbs.57
Author: fbs
Time: 3 January 2013, 8:28:38.687 pm
UUID: 9f7111e8-1bca-46fa-92f0-2902a3e0c617
Ancestors: ToolsTests-fbs.56

Test that when you select a system category in a new Browser, you see what you expect to see: a template for creating a new class.

=============== Diff against ToolsTests-fbs.56 ===============

Item was added:
+ ----- Method: BrowserTest>>testContentsNewClass (in category 'as yet unclassified') -----
+ testContentsNewClass
+ browser selectSystemCategory: browser class category.
+
+ self assert: (Class template: browser selectedSystemCategory) equals: browser contents.
+
+ self flag: #todo. "I don't know how to test the other half of this: see Browser >> #newClassContents".!