On Wed, Nov 14, 2007 at 09:53:03AM +0000, Benjamin Wolsey wrote:

> @@ -437,7 +437,10 @@
>  
>  tmp.checkParsed(); // onLoad won't be called
>  //note("Parsed XML: "+tmp.toString());
> -check_equals(tmp.toString(), xml_in);
> +
> +// This should not be the same because comments and CDATA tags are
> +// dropped.
> +// check_equals(tmp.toString(), xml_in);

Is it possible to provide the actual value it should be equal to ?
Maybe by defining an xml_out right below xml_inon line 281 ?

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to