March 25, 2011
6:31 p.m.
Updates: Status: FixToInclude Comment #1 on issue 3864 by marianopeck: [Failing Test] 1.3 ImageSegmentTestExport http://code.google.com/p/pharo/issues/detail?id=3864 To fix this, browse the class WordArrayForSegment and change its superclass to WordArray instead of the Obsolete one. After, evaluate the following: Smalltalk fixObsoleteReferences. BalloonEngine initialize. DataStream initialize. DeflateStream initialize. FastInflateStream initialize. ZipConstants initialize. ZipWriteStream initialize. PNGReadWriter initialize. Once that is done, all ImageSgement tests are green.