[Monticello2] Time is important for #=

Damien Cassou damien.cassou at gmail.com
Thu Jul 19 15:47:26 UTC 2007


Hi Colin and Avi,

I do not understand why the second assertion fails:

slice1 := MDPackageInfoSlice named: 'MyCategory'.
slice2 := MDPackageInfoSlice named: 'MyCategory'.
self assert: slice1 = slice2.
(Delay forSeconds: 1) wait.
slice3 := MDPackageInfoSlice named: 'MyCategory'.
self assert: slice1 = slice3.             "<=== fails"

Is it important that the time is taken into account while generating
the id of slices?


-- 
Damien Cassou



More information about the Squeak-dev mailing list