[Pkg] SystemEditor: SystemEditor-Tests-mtf.158.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Dec 12 00:26:08 UTC 2008


A new version of SystemEditor-Tests was added to project SystemEditor:
http://www.squeaksource.com/SystemEditor/SystemEditor-Tests-mtf.158.mcz

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

Name: SystemEditor-Tests-mtf.158
Author: mtf
Time: 11 December 2008, 5:25:58 pm
UUID: d6fe0513-c62c-4946-b7d7-fe0ed51ffccb
Ancestors: SystemEditor-Tests-mtf.157

made the categorizer tests pass

=============== Diff against SystemEditor-Tests-mtf.157 ===============

Item was changed:
  ----- Method: OrganizationEditorTest>>test05SetCommentStamp (in category 'tests') -----
  test05SetCommentStamp
- 	editor := OrganizationEditor for: EditorSubject.
  	editor classComment: 'comment string' stamp: 'cwp 12/11/2005 21:58'.
  	self assert: editor commentStamp = 'cwp 12/11/2005 21:58'.!

Item was changed:
  ----- Method: OrganizationEditorTest>>setUp (in category 'running') -----
  setUp
+ 	editor := OrganizationEditor for: (ClassEditor on: EditorSubject)!
- 	editor := OrganizationEditor for: EditorSubject!

Item was changed:
  ----- Method: OrganizationEditorTest>>test04SetComment (in category 'tests') -----
  test04SetComment
- 	editor := OrganizationEditor for: EditorSubject.
  	editor classComment: 'comment string' stamp: 'cwp 12/11/2005 21:58'.
  	self assert: editor classComment = 'comment string'!

Item was added:
+ ----- Method: TestCategoryEditor>>on:for: (in category 'initialize-release') -----
+ on: aCategorizer for: aClassEditor
+ 	super on: aCategorizer for: aClassEditor.
+ 	changes := Dictionary new.
+ 	removedElements := Set new.!

Item was added:
+ ----- Method: TestCategoryEditor>>classifyChange:under: (in category 'accessing') -----
+ classifyChange: element under: category
+ 	changes at: element put: category!

Item was removed:
- ----- Method: TestCategoryEditor class>>on: (in category 'as yet unclassified') -----
- on: aCategorizer
- 	^ self new setSubject: aCategorizer!

Item was removed:
- ----- Method: TestCategoryEditor>>setSubject: (in category 'initialize-release') -----
- setSubject: aCategorizer
- 	super setSubject: aCategorizer.
- 	changes := Dictionary new.
- 	removedElements := Set new.!



More information about the Packages mailing list