Re: test cases committed...

Ruadhan,

> I have committed test cases for tests PAGE_TITLE, POP_UPS, and  
> PROVIDE_DEFAULTS
>
> There is an issue with the PROVIDE_DEFAULTS test which can be seen  
> in test cases 4 & 6. In each case the correct result (FAIL) is  
> reported, but it is reported multiple times.
The for-each-group uses the select node, grouped by the option node.
This is correct for the radio box, but for the select node use a simple
<xsl:for-each select=".//html:select">
  ...
</xsl:for-each>
or
<xsl:template match="html:select"> with <xsl:apply-templates/>

I have changed it locally, if you like, I commit this.

Cheers,
  Roland

Received on Friday, 31 August 2007 11:40:38 UTC