You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jörg Schaible <Jo...@Elsag-Solutions.com> on 2003/11/25 12:10:35 UTC

Jelly: Build from CVS fails a lot of unit tests

Hello Jelly developers,

if I build Jelly with the sources from CSV the build with maven fails because of a lot JUnit errors (see below). Did I miss something?

Regards,
Jörg


test:test:
    [junit] Running org.apache.commons.jelly.core.TestArgTag
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0,46 sec
    [junit] Running org.apache.commons.jelly.core.TestChooseTag
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,781 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.core.TestChooseTag FAILED
    [junit] Running org.apache.commons.jelly.core.TestIncludeTag
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0,711 sec
    [junit] Running org.apache.commons.jelly.core.TestInvokeStaticTag
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,791 sec
    [junit] Running org.apache.commons.jelly.core.TestInvokeTag
    [junit] Tests run: 4, Failures: 0, Errors: 3, Time elapsed: 0,871 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.core.TestInvokeTag FAILED
    [junit] Running org.apache.commons.jelly.core.TestNewTag
    [junit] Tests run: 8, Failures: 0, Errors: 5, Time elapsed: 0,921 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.core.TestNewTag FAILED
    [junit] Running org.apache.commons.jelly.core.TestSwitchTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0,921 sec
    [junit] Running org.apache.commons.jelly.expression.TestDynaBeans
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,49 sec
    [junit] Running org.apache.commons.jelly.expression.TestExpressions
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0,461 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.expression.TestExpressions FAILED
    [junit] Running org.apache.commons.jelly.impl.TestTagLibraryResolver
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,381 sec
    [junit] Running org.apache.commons.jelly.test.impl.TestEmbedded
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0,691 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.test.impl.TestEmbedded FAILED
    [junit] Running org.apache.commons.jelly.test.xml.TestCData
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,701 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.test.xml.TestCData FAILED
    [junit] Running org.apache.commons.jelly.test.xml.TestDefaultNamespaceFilter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,792 sec
    [junit] Running org.apache.commons.jelly.test.xml.TestDummyXMLOutput
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,671 sec
    [junit] Running org.apache.commons.jelly.test.xml.TestNonexistentTags
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,671 sec
    [junit] Running org.apache.commons.jelly.test.xml.TestXMLParserCache
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,891 sec
    [junit] Running org.apache.commons.jelly.test.xml.TestXMLValidation
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,821 sec
    [junit] Running org.apache.commons.jelly.TestCoreTags
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0,761 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.TestCoreTags FAILED
    [junit] Running org.apache.commons.jelly.TestJelly
    [junit] this should always workthis should always workthis should always workthis should always work
    [junit] 
    [junit]             Created a new bean: org.apache.commons.jelly.core.Customer@b02efa[name=James;city=London]
    [junit]                     
    [junit]             
    [junit] 
    [junit]             Created a new bean: org.apache.commons.jelly.core.Customer@1010058[name=James;city=London]
    [junit]                     
    [junit]                                     
    [junit]                                                                             
    [junit]             Created a new bean: org.apache.commons.jelly.core.Customer@4ac00c[name=Bob;city=Atlanta]
    [junit]                     
    [junit]             Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0,291 sec
    [junit] Running org.apache.commons.jelly.TestJellyContext
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,411 sec
    [junit] Running org.apache.commons.jelly.TestTrim
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0,39 sec
    [junit] [ERROR] TEST org.apache.commons.jelly.TestTrim FAILED

BUILD FAILED
File...... file:/C:/Dokumente und Einstellungen/jos/.maven/plugins/maven-test-plugin-1.4/
Element... fail
Line...... 130
Column.... 54
There were test failures.
Total time: 29 seconds
Finished at: Tue Nov 25 12:08:11 CET 2003

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org