Hi people

Just ran into those two failures after synching my local sandbox to the trunk, and ran into two failing unit-tests with the messages as below [*].

Does anybody else encounter these, or should I begin searching for changes I made locally?

So far, I have only ruled out the proposed patch in Bugzilla 44286 as the culprit, but before I go looking any further...


Cheers

Andreas

[*]
[junit] Testcase: table-cell_display-align.xml (org.apache.fop.layoutengine.LayoutEngineTestSuite$1): Caused an ERROR [junit] Expected XPath expression to evaluate to '12800', but got '20000' (XPath: //flow/block[1]/block[6]/block[1]/@bpd) [junit] java.lang.RuntimeException: Expected XPath expression to evaluate to '12800', but got '20000' (XPath: //flow/block[1]/block[6]/ block[1]/@bpd) [junit] at org.apache.fop.layoutengine.EvalCheck.check (EvalCheck.java:83) [junit] at org.apache.fop.layoutengine.LayoutEngineTester.checkAll (LayoutEngineTester.java:228) [junit] at org.apache.fop.layoutengine.LayoutEngineTester.runTest (LayoutEngineTester.java:175) [junit] at org.apache.fop.layoutengine.LayoutEngineTestSuite $LayoutEngineTestCase.testMain(LayoutEngineTestSuite.java:214) [junit] at org.apache.fop.layoutengine.LayoutEngineTestSuite $1.runTest(LayoutEngineTestSuite.java:193)
    [junit]
    [junit]
[junit] Testcase: table-cell_various-combinations.xml (org.apache.fop.layoutengine.LayoutEngineTestSuite$1): Caused an ERROR [junit] Expected XPath expression to evaluate to '7800', but got '15000' (XPath: //flow/block[1]/block[5]/block[1]/@bpd) [junit] java.lang.RuntimeException: Expected XPath expression to evaluate to '7800', but got '15000' (XPath: //flow/block[1]/block[5]/ block[1]/@bpd) [junit] at org.apache.fop.layoutengine.EvalCheck.check (EvalCheck.java:83) [junit] at org.apache.fop.layoutengine.LayoutEngineTester.checkAll (LayoutEngineTester.java:228) [junit] at org.apache.fop.layoutengine.LayoutEngineTester.runTest (LayoutEngineTester.java:175) [junit] at org.apache.fop.layoutengine.LayoutEngineTestSuite $LayoutEngineTestCase.testMain(LayoutEngineTestSuite.java:214) [junit] at org.apache.fop.layoutengine.LayoutEngineTestSuite $1.runTest(LayoutEngineTestSuite.java:193)


Reply via email to