My bad, I fixed the Color class>fromString:. I should've used a detect:ifNone: instead of detect:
Fix here: https://pharo.fogbugz.com/f/cases/11534/ColorTest-is-failing On Fri, Sep 6, 2013 at 2:20 PM, Marcus Denker <[email protected]> wrote: > > On Sep 6, 2013, at 2:17 PM, Sven Van Caekenberghe <[email protected]> wrote: > >> Maybe some class #initialize did not run ? >> Remember: existing class initializers are only run when the source code text >> changes. >> > I added explicitly a call to initialize… the strange thing is that the change > set seemed to work > fine. > > Maybe we need to load it as a change set. > > >> On 06 Sep 2013, at 14:08, Camillo Bruni <[email protected]> wrote: >> >>> >>> On 2013-09-06, at 09:03, Camillo Bruni <[email protected]> wrote: >>>> On 2013-09-06, at 08:59, [email protected] wrote: >>>>> https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/label=linux-stable-worker/474/ >>>>> >>>>> 3 regressions found. >>>>> Graphics.Tests.Primitives.ColorTest.testAsHTMLColor >>>>> Graphics.Tests.Primitives.ColorTest.testColorFrom >>>>> Graphics.Tests.Primitives.ColorTest.testFromString >>>> >>>> >>>> Fernando this is all yours :) >>> >>> >>> Arg, seems like this image is unusable in UI mode and fails on the same >>> things as the three testss :( >> >> >
