Test suite specs

Hi Leroy,

Thanks for adding me.

In example 6 and 7 there is an instance of

<item type="title" its:translate="yes">

The test suite result is:
/doc/info[1]/item[1]     its:translate="yes"
/doc/info[1]/item[1]/@type     its:translate="no"
/doc/info[1]/item[1]/@its:translate      its:translate="no"

Is this correct or should  the attributes in alphabetical order? I think there might be instances in some other categories as well.
/doc/info[1]/item[1]     its:translate="yes"
/doc/info[1]/item[1]/@its:translate      its:translate="no"
/doc/info[1]/item[1]/@type     its:translate="no"

An email from 8/31 that mentions alphabetical order since the xml parsers do not guarantee attribute order.

Btw, I noticed each line in the test files ends with  \t\r\n. (Tab and Linebreak),  I wonder if the trailing \t should be there. There's also a trailing empty row at the end of each result file, should we include that?

Just in case we need to update our current test result engine so the file comparison test passes.

Cheers,
Fredrik

Received on Tuesday, 23 October 2012 20:57:17 UTC