You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "gil cattaneo (JIRA)" <ji...@apache.org> on 2016/01/05 11:26:39 UTC

[jira] [Created] (WEAVER-9) Upgrade to latest xbean-finder (4.4)

gil cattaneo created WEAVER-9:
---------------------------------

             Summary: Upgrade to latest xbean-finder (4.4)
                 Key: WEAVER-9
                 URL: https://issues.apache.org/jira/browse/WEAVER-9
             Project: Commons Weaver
          Issue Type: Task
          Components: core
         Environment: Apache Maven 3.3.3 (NON-CANONICAL_2015-07-10T12:37:52_mockbuild; 2015-07-10T14:37:52+02:00)
Maven home: /usr/share/maven
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-13.b17.fc23.i386/jre
Default locale: it_IT, platform encoding: UTF-8
OS name: "linux", version: "4.2.8-300.fc23.i686", arch: "i386", family: "unix"

            Reporter: gil cattaneo


Hi
I tried to build with xbean 4.+ (i have at my disposal these versions: 4.3 and 4.4), but i'm getting:
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.commons.weaver.test.WeaveProcessorTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec <<< FAILURE! - in org.apache.commons.weaver.test.WeaveProcessorTest
testWeaveVisiting(org.apache.commons.weaver.test.WeaveProcessorTest)  Time elapsed: 0.212 sec  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.commons.weaver.test.WeaveProcessorTest.testWeaveVisiting(WeaveProcessorTest.java:55)

Running org.apache.commons.weaver.test.CleanProcessorTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in org.apache.commons.weaver.test.CleanProcessorTest
testWeaveVisiting(org.apache.commons.weaver.test.CleanProcessorTest)  Time elapsed: 0 sec  <<< FAILURE!
java.lang.AssertionError: null
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertFalse(Assert.java:64)
        at org.junit.Assert.assertFalse(Assert.java:74)
        at org.apache.commons.weaver.test.CleanProcessorTest.testWeaveVisiting(CleanProcessorTest.java:46)

Running org.apache.commons.weaver.FinderTest
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec <<< FAILURE! - in org.apache.commons.weaver.FinderTest
testElements(org.apache.commons.weaver.FinderTest)  Time elapsed: 0.006 sec  <<< FAILURE!
java.lang.AssertionError: expected:<2> but was:<0>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.commons.weaver.FinderTest.testElements(FinderTest.java:75)
Any ideas as to why?
Thanks in advance




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)