Test unit has problems

hi all i ve updated jme3 android branch and when i run ant build i got:



      -do-test-run:
      [junit] Testsuite: com.jme3.font.ColorTagsTest
      [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0,078 sec
      [junit] Testcase: testGetPureText(com.jme3.font.ColorTagsTest): Caused an ERROR
      [junit] com.jme3.font.ColorTags.(Ljava/lang/CharSequence;)V
      [junit] java.lang.NoSuchMethodError: com.jme3.font.ColorTags.(Ljava/lang/CharSequence;)V
      [junit] at com.jme3.font.ColorTagsTest.testGetPureText(ColorTagsTest.java:22)
      [junit] Testcase: testGetTags(com.jme3.font.ColorTagsTest): Caused an ERROR
      [junit] com.jme3.font.ColorTags.(Ljava/lang/CharSequence;)V
      [junit] java.lang.NoSuchMethodError: com.jme3.font.ColorTags.(Ljava/lang/CharSequence;)V
      [junit] at com.jme3.font.ColorTagsTest.testGetTags(ColorTagsTest.java:33)
      [junit] Test com.jme3.font.ColorTagsTest FAILED
      [junit] Testsuite: com.jme3.math.TrigonometryTest
      [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,078 sec
      [junit] Testsuite: com.jme.animation.CompactQuaternionArrayTest
      [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,078 sec
      [junit] Testsuite: com.jme.animation.CompactVector3ArrayTest
      [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,203 sec
      test-report:
      -post-test-run:

      BUILD FAILED
      C:workspacejme3nbprojectbuild-impl.xml:962: Some tests failed; see details above.