https://issues.apache.org/bugzilla/show_bug.cgi?id=53558

          Priority: P2
            Bug ID: 53558
          Assignee: fop-dev@xmlgraphics.apache.org
           Summary: All but impossible to find the failing layout test in
                    case of a regression
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: jerem...@apache.org
          Hardware: All
            Status: NEW
           Version: 1.1dev
         Component: page-master/layout
           Product: Fop

Since the unit tests were changed to JUnit 4, a failing layout engine test is
no longer identifiable, since the individual tests just have an index but no
name. I currently get:

Testcase: runTest[555] took 0.017 sec
Testcase: runTest[556] took 0.022 sec
Testcase: runTest[557] took 0.023 sec
Testcase: runTest[558] took 0.037 sec
Testcase: runTest[559] took 0.032 sec
    Caused an ERROR
Expected XPath expression to evaluate to 'true', but got 'false' (XPath:
boolean(/areaTree/*))
java.lang.RuntimeException: Expected XPath expression to evaluate to 'true',
but got 'false' (XPath: boolean(/areaTree/*))
    at org.apache.fop.layoutengine.TrueCheck.doCheck(TrueCheck.java:78)
    at org.apache.fop.layoutengine.TrueCheck.check(TrueCheck.java:59)
    at
org.apache.fop.layoutengine.LayoutEngineTestCase.doATChecks(LayoutEngineTestCase.java:256)
    at
org.apache.fop.layoutengine.LayoutEngineTestCase.checkAll(LayoutEngineTestCase.java:190)
    at
org.apache.fop.layoutengine.LayoutEngineTestCase.runTest(LayoutEngineTestCase.java:171)

Testcase: runTest[560] took 0.021 sec
Testcase: runTest[561] took 0.022 sec
Testcase: runTest[562] took 0.023 sec

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to