Browse Source

Corrected basic checks: check for empty document, as well as empty areaTree...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@672564 13f79535-47bb-0310-9956-ffa450edef68
pull/37/head
Andreas L. Delmelle 16 years ago
parent
commit
fbc8bfa67f
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      test/layoutengine/basic-checks.xml

+ 2
- 1
test/layoutengine/basic-checks.xml View File

@@ -20,5 +20,6 @@
This file contains basic checks that are performed for every tescase
-->
<checks>
<true xpath="/*" />
<true xpath="boolean(/areaTree)" />
<true xpath="boolean(/areaTree/*)" />
</checks>

Loading…
Cancel
Save