From 56ff9ca78fb1eb7e98681a082966b0510fd3d39e Mon Sep 17 00:00:00 2001 From: Chris Bowditch Date: Thu, 15 Sep 2005 15:58:39 +0000 Subject: [PATCH] expected table width was incorrect and now fails due to table width calculation being corrected by Jeremias' last change. I have corrected the expected width git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@289270 13f79535-47bb-0310-9956-ffa450edef68 --- .../table_margin_space-before_space-after.xml | 187 +++++++++--------- 1 file changed, 91 insertions(+), 96 deletions(-) diff --git a/test/layoutengine/testcases/table_margin_space-before_space-after.xml b/test/layoutengine/testcases/table_margin_space-before_space-after.xml index 373ae151f..c1b37fafb 100644 --- a/test/layoutengine/testcases/table_margin_space-before_space-after.xml +++ b/test/layoutengine/testcases/table_margin_space-before_space-after.xml @@ -16,104 +16,99 @@ --> - -

+ +

This test checks basic tables. Tests table spaces and margins.

-
- - - - - - - - - - before table - - - - - - - cell1 - - - cell2 - - - - - cell3 - - - cell4 - - - - - after table - - + + + + + + + + + + + before table + + + + + + + cell1 + + + cell2 + + + + + cell3 + + + cell4 + + + + + after table + + reference block - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5