[Pkg] DeltaStreams: DeltaStreams-Tests-matthew_fulmer.11.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Jul 29 15:53:22 UTC 2009


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

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

Name: DeltaStreams-Tests-matthew_fulmer.11
Author: matthew_fulmer
Time: 29 July 2009, 11:52:56 am
UUID: ffab764e-4a4c-4c65-b31e-962bd576f58d
Ancestors: DeltaStreams-Tests-gk.10

Made the class comment logging test more strenuous

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

Item was changed:
  ----- Method: DSDeltaLoggingTest>>testClassComment (in category 'class tests') -----
  testClassComment
+ 	delta stopLogging.
+ 	class classComment: self oldComment stamp: self oldStamp.
+ 	delta startLogging.
+ 
+ 	class classComment: self newComment stamp: self newStamp.
- 	| old new |
- 	old := class organization classComment.
- 	new := old, 'NEW'.
- 	class classComment: new.
  	self assert: (delta classCommentChanges size = 1).
+ 	self assert: (delta classCommentChanges first oldComment = self oldComment).
+ 	self assert: (delta classCommentChanges first oldStamp = self oldStamp).
+ 	self assert: (delta classCommentChanges first newComment = self newComment).
+ 	self assert: (delta classCommentChanges first newStamp = self newStamp).
+ !
- 	self assert: (delta classCommentChanges first oldComment = old).
- 	self assert: (delta classCommentChanges first newComment = new)!



More information about the Packages mailing list