The Trunk: ToolsTests-fbs.53.mcz

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

The Trunk: ToolsTests-fbs.53.mcz

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

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

Name: ToolsTests-fbs.53
Author: fbs
Time: 11 June 2012, 2:26:21.171 pm
UUID: b63870e1-7bf3-48e6-8d59-ee81df034828
Ancestors: ToolsTests-ul.52

The selected system category is the full hyphenated name: 'Tools-Browser', not 'Browser'.

=============== Diff against ToolsTests-ul.52 ===============

Item was changed:
  ----- Method: PackagePaneBrowserTest>>testSelectCategoryForClass (in category 'as yet unclassified') -----
  testSelectCategoryForClass
+ | pkgName |
- | catName pkgName |
  pkgName := browser class category copyUpTo: $-.
- catName := browser class category allButFirst: pkgName size + 1.
  browser selectCategoryForClass: browser class.
+ self assert: browser selectedSystemCategory = browser class category.
- self assert: browser selectedSystemCategory = catName.
  self assert: browser packageListIndex = (browser packageList indexOf: pkgName).
  browser selectSystemCategory: nil.
  self assert: browser classList isEmpty.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: ToolsTests-fbs.53.mcz

Frank Shearar-3
On 25 July 2012 12:36,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of ToolsTests to project The Trunk:
> http://source.squeak.org/trunk/ToolsTests-fbs.53.mcz
>
> ==================== Summary ====================
>
> Name: ToolsTests-fbs.53
> Author: fbs
> Time: 11 June 2012, 2:26:21.171 pm
> UUID: b63870e1-7bf3-48e6-8d59-ee81df034828
> Ancestors: ToolsTests-ul.52
>
> The selected system category is the full hyphenated name: 'Tools-Browser', not 'Browser'.
>
> =============== Diff against ToolsTests-ul.52 ===============

It was only after I committed this that I noticed that
ToolsTests-cao.53 did exactly the same thing, except it languished in
the Inbox for a lot longer.

I seem to be the most active hacker on Tools, so sorry cao that I
didn't notice this sooner.

frank