[Pkg] DeltaStreams: DeltaStreams-Tests-gk.13.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Sep 6 12:26:40 UTC 2009


A new version of DeltaStreams-Tests was added to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/DeltaStreams-Tests-gk.13.mcz

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

Name: DeltaStreams-Tests-gk.13
Author: gk
Time: 6 September 2009, 2:26:19 am
UUID: e05cd604-391c-434e-b573-5204d5c034c4
Ancestors: DeltaStreams-Tests-gk.12

modifiesMocks returns true. It makes it go slow but at least all tests can be run in one swoop. The problem is related to shared pools I think.

=============== Diff against DeltaStreams-Tests-gk.12 ===============

Item was changed:
  ----- Method: DSDeltaCreationTest>>testChangeClassCategory (in category 'class tests') -----
  testChangeClassCategory
  	"Change the category of a class. Should succeed"
+ 
- 	
  	| change1 change2 |
  	(change1 := DSClassCategoryChange
  		fromClass: class)
  		oldCategory: self newClassCategory;
  		yourself.
  	
  	self assert: change1 isClassCategory.
  	self validateClassChange: change1.
  	self assert: change1 oldCategory = self newClassCategory.
  
  	change2 := self transformChangeClassCategory: change1.
  	
  	self assert: change2 isClassCategory.
  	self validateClassChange: change2.
  	self assert: change2 oldCategory = self newClassCategory.!

Item was added:
+ ----- Method: DSDeltaCreationTest>>modifiesMocks (in category 'private') -----
+ modifiesMocks
+ 	^ true!



More information about the Packages mailing list