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 >
