The Trunk: Tests-ul.167.mcz

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

The Trunk: Tests-ul.167.mcz

commits-2
Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.167.mcz

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

Name: Tests-ul.167
Author: ul
Time: 14 September 2012, 4:33:14.57 pm
UUID: 7a6b5557-0d58-9646-b82c-807335e58d1c
Ancestors: Tests-ul.165

Since Monticello-bf.476 MCSnapshotBrowser shows empty categories too, so include the systemCategories of the MCMockPackageInfo in MCSnapshotBrowserTest >> #allCategories in order to make MCSnapshotBrowserTest pass.

=============== Diff against Tests-ul.165 ===============

Item was changed:
  ----- Method: MCSnapshotBrowserTest>>allCategories (in category 'private') -----
  allCategories
+
+ ^{
+ model extensionsCategory.
+ self mockCategoryName },
+ MCSnapshotResource mockPackage packageInfo systemCategories!
- ^ Array with: model extensionsCategory with: self mockCategoryName.!