You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2003/07/18 19:24:31 UTC

[lang] build.xml fails in test.lang

I've got the latest from CVS and I get:

test.lang:
     [echo] Running lang package tests ...
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .......................................F..
     [java] ....F.....................................
     [java] ...................................
     [java] Time: 0.881
     [java] There were 2 failures:
     [java] 1)
testCenter(org.apache.commons.lang.StringUtilsTest)junit.framework.Compariso
nFailure: expected:<y...> but was:<...>
     [java]     at
org.apache.commons.lang.StringUtilsTest.testCenter(StringUtilsTest.java:325)
     [java] 2)
testPadFunctions(org.apache.commons.lang.StringUtilsTest)junit.framework.Com
parisonFailure: expected:<...-+> but was:<...>
     [java]     at
org.apache.commons.lang.StringUtilsTest.testPadFunctions(StringUtilsTest.jav
a:476)

     [java] FAILURES!!!
     [java] Tests run: 322,  Failures: 2,  Errors: 0


BUILD FAILED
file:C:/cvs-store/apache.org/jakarta/commons/lang/build.xml:114: Java
returned: 1

Total time: 8 seconds