Build Nuxeo EP - Trunk::Maven Test #1863 failed (607 tests passed, 2 tests
failed (no new))
Agent: Bart
Build results: http://localhost:8111/viewLog.html?buildId=7317&buildTypeId=bt4
Failed tests (2 tests)
==================================================================
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.testXMLSameTransformation
=================
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.compareXml(TestXmlTransformer.java:122)
at
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.testXMLSameTransformation(TestXmlTransformer.java:80)
at
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.testXMLSameTransformation(TestXmlTransformer.java:80)
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)
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.testXMLTransformationWithOptions
=================
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.compareXml(TestXmlTransformer.java:122)
at
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.testXMLTransformationWithOptions(TestXmlTransformer.java:104)
at
org.nuxeo.ecm.platform.transform.wordml.TestXmlTransformer.testXMLTransformationWithOptions(TestXmlTransformer.java:104)
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)
Changes included (3 changes)
====================================================
Change 24552 by janguenot (29 files):
(forward from 5.1 branch)
- Fix memory issues regarding transformation
- Refactoring : transform API (no BBB here for once as the existing
implementation could make the JBoss thrash with OutOfMemoryError)
Removed JBoss serializable input stream and welcome Blob from Nuxeo Core API
in the transform API
- Apache POI based word text extractor implemented and used for fulltext
conversion (faster than OOo)
Change 24551 by janguenot (3 files):
(forward from 5.1 branch)
- Fix memory issues regarding transformation
- Refactoring : transform API (no BBB here for once as the existing
implementation could make the JBoss thrash with OutOfMemoryError)
Removed JBoss serializable input stream and welcome Blob from Nuxeo Core API
in the transform API
- Apache POI based word text extractor implemented and used for fulltext
conversion (faster than OOo)
Change 24550 by janguenot (11 files):
(forward from 5.1 branch)
- Fix memory issues regarding transformation
- Refactoring : transform API (no BBB here for once as the existing
implementation could make the JBoss thrash with OutOfMemoryError)
Removed JBoss serializable input stream and welcome Blob from Nuxeo Core API
in the transform API
- Apache POI based word text extractor implemented and used for fulltext
conversion (faster than OOo)
see more information about changed files:
http://localhost:8111/viewLog.html?tab=buildChangesDiv&buildId=7317&buildTypeId=bt4
============================================================================
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