Re: 2 failures in unit tests

2010-12-08 Thread Vincent Hennebert
Sorry about that. I could swear I ran the test suite before committing.
Apparently I actually didn’t :-(

Vincent


On 04/12/10 11:28, Simon Pepping wrote:
 Fixed in r1042150, Simon
 
 On Fri, Dec 03, 2010 at 08:44:58PM +0100, Simon Pepping wrote:
 There are two failures in the unit tests:

 junit-layout-standard:
 [junit] Testcase: 
 kerning_1_on.xml(org.apache.fop.layoutengine.LayoutEngineTestSuite$1): 
 Caused an ERROR
 [junit] Expected XPath expression to evaluate to '36420', but got 
 '40020' (XPath: //flow/block[1]/block[1]/lineArea/inlineparent/@ipd)

 junit-layout-hyphenation:
 [junit] Testcase: 
 block_hyphenation_kerning.xml(org.apache.fop.layoutengine.LayoutEngineTestSuite$1):
 Caused an ERROR
 [junit] Expected XPath expression to evaluate to '17230', but got 
 '32709' (XPath: //flow/block[1]/lineArea[1]/text[1]/@twsadjust)

 Simon


Re: 2 failures in unit tests

2010-12-04 Thread Simon Pepping
Fixed in r1042150, Simon

On Fri, Dec 03, 2010 at 08:44:58PM +0100, Simon Pepping wrote:
 There are two failures in the unit tests:
 
 junit-layout-standard:
 [junit] Testcase: 
 kerning_1_on.xml(org.apache.fop.layoutengine.LayoutEngineTestSuite$1):  
 Caused an ERROR
 [junit] Expected XPath expression to evaluate to '36420', but got '40020' 
 (XPath: //flow/block[1]/block[1]/lineArea/inlineparent/@ipd)
 
 junit-layout-hyphenation:
 [junit] Testcase: 
 block_hyphenation_kerning.xml(org.apache.fop.layoutengine.LayoutEngineTestSuite$1):
  Caused an ERROR
 [junit] Expected XPath expression to evaluate to '17230', but got '32709' 
 (XPath: //flow/block[1]/lineArea[1]/text[1]/@twsadjust)
 
 Simon