You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Simon Pepping <sp...@leverkruid.eu> on 2010/12/03 20:44:58 UTC

2 failures in unit tests

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

Posted by Vincent Hennebert <vh...@gmail.com>.
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

Posted by Simon Pepping <sp...@leverkruid.eu>.
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