CVSROOT: /sources/gnash Module name: gnash Changes by: Benjamin Wolsey <bwy> 07/11/13 13:17:36
Modified files: . : ChangeLog testsuite/actionscript.all: XML.as Log message: CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4845&r2=1.4846 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/XML.as?cvsroot=gnash&r1=1.45&r2=1.46 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4845 retrieving revision 1.4846 diff -u -b -r1.4845 -r1.4846 --- ChangeLog 13 Nov 2007 12:51:34 -0000 1.4845 +++ ChangeLog 13 Nov 2007 13:17:35 -0000 1.4846 @@ -1,3 +1,8 @@ +2007-11-13 Benjamin Wolsey <[EMAIL PROTECTED]> + + * testsuite/actionscript.all/XML.as: remove that bogus check (there + _is_ already a test.) + 2007-11-13 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/misc-ming.all/registerClassTest.c: add expected Index: testsuite/actionscript.all/XML.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/XML.as,v retrieving revision 1.45 retrieving revision 1.46 diff -u -b -r1.45 -r1.46 --- testsuite/actionscript.all/XML.as 13 Nov 2007 12:45:42 -0000 1.45 +++ testsuite/actionscript.all/XML.as 13 Nov 2007 13:17:36 -0000 1.46 @@ -20,7 +20,7 @@ // compile this test case with Ming makeswf, and then // execute it like this gnash -1 -r 0 -v out.swf -rcsid="$Id: XML.as,v 1.45 2007/11/13 12:45:42 bwy Exp $"; +rcsid="$Id: XML.as,v 1.46 2007/11/13 13:17:36 bwy Exp $"; #include "check.as" //#include "dejagnu.as" @@ -351,12 +351,10 @@ with (firstChild) { check_equals(nodeName, 'SUBSUBNODE1'); - xcheck_equals(nodeValue, 'sub sub1 node data 1'); check_equals(typeof(nodeValue), 'null'); check_equals(nodeType, 1); // element check_equals(typeof(nextSibling), 'object'); check_equals(nextSibling.nodeName, 'SUBSUBNODE2'); - xcheck_equals(nextSibling.nodeValue, 'sub sub1 node data 2'); check_equals(typeof(previousSibling), 'null'); check_equals(typeof(attributes), 'object'); check_equals(attributes.ssna1, 'ssna1val'); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit