From ae943c148037cc35741b38b9857e8594de44d058 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Tue, 13 May 2008 08:49:16 +0000 Subject: Merged revisions 655489,655500,655522,655531,655578,655601,655603,655614,655766,655771,655775 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r655489 | vhennebert | 2008-05-12 13:30:42 +0100 (Mon, 12 May 2008) | 2 lines Replaced hack in TableStepper to get the steps' penalty values with a more proper implementation. Allows in the same time to avoid skimming, at each step, through the active cells' LinkedLists of elements, which may have a negative impact on performance ........ r655500 | adelmelle | 2008-05-12 14:42:49 +0100 (Mon, 12 May 2008) | 2 lines Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderInfo and CommonBorderPaddingBackground. ........ r655522 | adelmelle | 2008-05-12 16:24:06 +0100 (Mon, 12 May 2008) | 2 lines Tweak: avoid preloading the background-image with each pass through the constructor; only do so for non-cached instances ........ r655531 | adelmelle | 2008-05-12 16:34:49 +0100 (Mon, 12 May 2008) | 2 lines Avoid an error if unspecified... ........ r655578 | spepping | 2008-05-12 18:53:21 +0100 (Mon, 12 May 2008) | 3 lines Restore the previous behaviour of the column-number property, viz. if it is negative, it is set the next free column ........ r655601 | adelmelle | 2008-05-12 20:06:04 +0100 (Mon, 12 May 2008) | 1 line Added missing file from r655500 ........ r655603 | adelmelle | 2008-05-12 20:11:00 +0100 (Mon, 12 May 2008) | 1 line Re-enabled testcases that pass again after r655578 ........ r655614 | vhennebert | 2008-05-12 20:37:39 +0100 (Mon, 12 May 2008) | 3 lines Put the resolutions of collapsed borders together into the CollapsingBorderResolver class. The previous scheme allowed for early resolution of borders where possible, but made it hard to understand since the resolution was spread in the various table classes. Now everything is done inside a single class ........ r655766 | adelmelle | 2008-05-13 08:58:31 +0100 (Tue, 13 May 2008) | 2 lines Added support for auto-generated initial value for the "id" property. ........ r655771 | adelmelle | 2008-05-13 09:11:12 +0100 (Tue, 13 May 2008) | 1 line Alter auto-id naming to avoid confusion with URI fragment identifiers ........ r655775 | adelmelle | 2008-05-13 09:20:57 +0100 (Tue, 13 May 2008) | 1 line Javadoc fixups ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@655782 13f79535-47bb-0310-9956-ffa450edef68 --- test/fotree/disabled-testcases.xml | 10 ---------- test/fotree/testcases/id_auto.fo | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 test/fotree/testcases/id_auto.fo (limited to 'test') diff --git a/test/fotree/disabled-testcases.xml b/test/fotree/disabled-testcases.xml index 0d0a76f6b..196eafcc4 100644 --- a/test/fotree/disabled-testcases.xml +++ b/test/fotree/disabled-testcases.xml @@ -28,14 +28,4 @@ The code currently evaluates this function according to the column in which the marker appears in the source document, rather than the column it is retrieved in. - - column-number_negative-or-zero - column-number_negative-or-zero.fo - - - - column-number_non-integer - column-number_non-integer.fo - - diff --git a/test/fotree/testcases/id_auto.fo b/test/fotree/testcases/id_auto.fo new file mode 100644 index 000000000..8e8d03b7e --- /dev/null +++ b/test/fotree/testcases/id_auto.fo @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + Hello + + World! + + + + ઎ + + + + + -- cgit v1.2.3