Sebastian, I just committed a fix. I tested it by setting the locale to DE.de and got the expected failure. That implies that the fix should make things good for you.
On Tue, Aug 17, 2010 at 3:24 PM, Ted Dunning <[email protected]> wrote: > > Ahh... yes. > > Let me see if I can't get rid of that dependency. Thanks so much for > catching it. > > > On Tue, Aug 17, 2010 at 3:18 PM, Sebastian Schelter <[email protected]>wrote: > >> The tests >> org.apache.mahout.vectors.WordLikeValueEncoderTest.testAsString() and >> org.apache.mahout.vectors.TextValueEncoderTest.testAsString() break for >> me. They expect a dot when formatting but the code produces a comma, I >> think that's caused by a call to String.format() somewhere which might >> be locale-specific. >> >> org.junit.ComparisonFailure: >> Expected :word:w1:1.0000 >> Actual :word:w1:1,0000 >> >> --sebastian >> > >
