gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/XML.as


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/XML.as
Date: Wed, 14 Nov 2007 10:55:53 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]