CVSROOT: /sources/gnash Module name: gnash Changes by: Zou Lunkai <zoulunkai> 07/07/20 02:02:08
Modified files: . : ChangeLog testsuite/misc-ming.all: DefineEditTextTest.c unload_movieclip_test1.c Log message: * testsuite/misc-ming.all/unload_movieclip_test1.c: comments * testsuite/misc-ming.all/DefineEditTextTest.c: removed some incorrect tests. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3770&r2=1.3771 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextTest.c?cvsroot=gnash&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/unload_movieclip_test1.c?cvsroot=gnash&r1=1.2&r2=1.3 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3770 retrieving revision 1.3771 diff -u -b -r1.3770 -r1.3771 --- ChangeLog 20 Jul 2007 01:50:31 -0000 1.3770 +++ ChangeLog 20 Jul 2007 02:02:08 -0000 1.3771 @@ -1,3 +1,9 @@ +2007-07-20 Zou Lunkai <[EMAIL PROTECTED]> + + * testsuite/misc-ming.all/unload_movieclip_test1.c: comments + * testsuite/misc-ming.all/DefineEditTextTest.c: removed some incorrect + tests. + 2007-07-19 Rob Savoye <[EMAIL PROTECTED]> * gui/Makefile.am: Use *_CONFIG variables instead of *_OPT Index: testsuite/misc-ming.all/DefineEditTextTest.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextTest.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- testsuite/misc-ming.all/DefineEditTextTest.c 20 Jul 2007 01:50:32 -0000 1.19 +++ testsuite/misc-ming.all/DefineEditTextTest.c 20 Jul 2007 02:02:08 -0000 1.20 @@ -120,11 +120,13 @@ SWFMovie_nextFrame(mo); // 1st frame // checks before placing any swf defined TextField - check(mo, "!TextField.prototype.hasOwnProperty('background')"); - check(mo, "!TextField.prototype.hasOwnProperty('backgroundColor')"); - check(mo, "!TextField.prototype.hasOwnProperty('text')"); - check(mo, "!TextField.prototype.hasOwnProperty('textColor')"); - check(mo, "!TextField.prototype.hasOwnProperty('_alpha')"); + // Note: the dejagnuclip already placed some texts, so the following + // does not work. + //check(mo, "!TextField.prototype.hasOwnProperty('background')"); + //check(mo, "!TextField.prototype.hasOwnProperty('backgroundColor')"); + //check(mo, "!TextField.prototype.hasOwnProperty('text')"); + //check(mo, "!TextField.prototype.hasOwnProperty('textColor')"); + //check(mo, "!TextField.prototype.hasOwnProperty('_alpha')"); /********************************************* * Index: testsuite/misc-ming.all/unload_movieclip_test1.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/unload_movieclip_test1.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- testsuite/misc-ming.all/unload_movieclip_test1.c 18 Jul 2007 05:20:43 -0000 1.2 +++ testsuite/misc-ming.all/unload_movieclip_test1.c 20 Jul 2007 02:02:08 -0000 1.3 @@ -19,6 +19,8 @@ /* * zou lunkai [EMAIL PROTECTED] * + * Test "this" context in the UNLOAD event handler. + * * run as ./unload_movieclip_test1 */ _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit