Build Nuxeo EP - 5.1 Branch::Maven Test #350 failed (234 tests passed, 1 test 
failed (1 new))
Agent: Octopussy1
Build results: http://localhost:8111/viewLog.html?buildId=8598&buildTypeId=bt14

Newly failed tests (1 test)
==================================================================
org.nuxeo.ecm.core.security.TestSecurityService.testGetPermissionsToCheck 
=================
junit.framework.AssertionFailedError: expected:&3& but was:&1&
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:280)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:198)
        at junit.framework.Assert.assertEquals(Assert.java:204)
        at 
org.nuxeo.ecm.core.security.TestSecurityService.testGetPermissionsToCheck(TestSecurityService.java:54)
        at 
org.nuxeo.ecm.core.security.TestSecurityService.testGetPermissionsToCheck(TestSecurityService.java:54)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)

------- Stderr: -------
java.lang.NumberFormatException: For input string: 
"${org.nuxeo.runtime.server.port}"
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:447)
        at java.lang.Integer.valueOf(Integer.java:553)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
        at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at 
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
        at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
        at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
        at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
        at 
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.doStart(OSGiRuntimeService.java:131)
        at 
org.nuxeo.runtime.AbstractRuntimeService.start(AbstractRuntimeService.java:93)
        at org.nuxeo.runtime.api.Framework.initialize(Framework.java:67)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:57)
        at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
        at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
        at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
        at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
        at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
        at 
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
        at 
org.nuxeo.ecm.core.security.TestSecurityService.setUp(TestSecurityService.java:39)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
java.lang.NumberFormatException: For input string: 
"${org.nuxeo.runtime.server.port}"
        at 
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:447)
        at java.lang.Integer.valueOf(Integer.java:553)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder$4.decode(PropertyDecoder.java:95)
        at 
org.nuxeo.runtime.model.impl.PropertyDecoder.decode(PropertyDecoder.java:46)
        at org.nuxeo.runtime.model.Property.setStringValue(Property.java:49)
        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.nuxeo.common.xmap.XMethodSetter.setValue(XMethodSetter.java:46)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.setValue(XAnnotatedMember.java:68)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:74)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at 
org.nuxeo.common.xmap.ElementMapVisitor.visitNode(XAnnotatedMap.java:79)
        at org.nuxeo.common.xmap.DOMHelper.visitMapElements(DOMHelper.java:166)
        at org.nuxeo.common.xmap.DOMHelper.visitMapNodes(DOMHelper.java:135)
        at org.nuxeo.common.xmap.XAnnotatedMap.getValue(XAnnotatedMap.java:59)
        at 
org.nuxeo.common.xmap.XAnnotatedMember.process(XAnnotatedMember.java:72)
        at 
org.nuxeo.common.xmap.XAnnotatedObject.newInstance(XAnnotatedObject.java:77)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:446)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:402)
        at org.nuxeo.common.xmap.XMap.loadAll(XMap.java:332)
        at 
org.nuxeo.runtime.model.impl.ComponentDescriptorReader.read(ComponentDescriptorReader.java:56)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.createRegistrationInfo(DefaultRuntimeContext.java:143)
        at 
org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:85)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:152)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:104)
        at 
org.nuxeo.runtime.osgi.OSGiComponentLoader.install(OSGiComponentLoader.java:54)
        at 
org.nuxeo.runtime.osgi.OSGiComponentLoader.&init&(OSGiComponentLoader.java:39)
        at 
org.nuxeo.runtime.osgi.OSGiRuntimeActivator.start(OSGiRuntimeActivator.java:59)
        at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:179)
        at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:166)
        at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:121)
        at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:82)
        at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:136)
        at 
org.nuxeo.runtime.launcher.StandaloneBundleLoader.installBundle(StandaloneBundleLoader.java:66)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.deployBundle(NXRuntimeTestCase.java:252)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.initOsgiRuntime(NXRuntimeTestCase.java:102)
        at 
org.nuxeo.runtime.test.NXRuntimeTestCase.setUp(NXRuntimeTestCase.java:76)
        at 
org.nuxeo.ecm.core.security.TestSecurityService.setUp(TestSecurityService.java:39)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)

Changes included (1 change)
====================================================
Change 25848 by gracinet (3 files):
related to NXP-1584: fixing tests and pom
backports from trunk (-r 25789:25790, -r 25540:25541)


see more information about changed files: 
http://localhost:8111/viewLog.html?tab=buildChangesDiv&buildId=8598&buildTypeId=bt14


============================================================================
Configure email notifications: 
http://localhost:8111/profile.html?init=1#notifications
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa

Reply via email to