CVSROOT: /sources/gnash Module name: gnash Changes by: Zou Lunkai <zoulunkai> 07/07/18 02:44:18
Modified files: . : ChangeLog testsuite/misc-ming.all: DefineEditTextTest.c Log message: * testsuite/misc-ming.all/DefineEditTextTest.c: xchecks to checks, more passed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3751&r2=1.3752 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextTest.c?cvsroot=gnash&r1=1.15&r2=1.16 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3751 retrieving revision 1.3752 diff -u -b -r1.3751 -r1.3752 --- ChangeLog 18 Jul 2007 02:26:53 -0000 1.3751 +++ ChangeLog 18 Jul 2007 02:44:18 -0000 1.3752 @@ -1,3 +1,8 @@ +2007-07-18 Zou Lunkai <[EMAIL PROTECTED]> + + * testsuite/misc-ming.all/DefineEditTextTest.c: xchecks to checks, more + passed. + 2007-07-17 Sandro Santilli <[EMAIL PROTECTED]> * server/edit_text_character.{cpp,h}: Initial support for background, Index: testsuite/misc-ming.all/DefineEditTextTest.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextTest.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- testsuite/misc-ming.all/DefineEditTextTest.c 13 Jul 2007 14:50:08 -0000 1.15 +++ testsuite/misc-ming.all/DefineEditTextTest.c 18 Jul 2007 02:44:18 -0000 1.16 @@ -148,7 +148,7 @@ } SWFMovie_nextFrame(mo); - xcheck_equals(mo, "dtext1.__proto__", "TextField.prototype"); + check_equals(mo, "dtext1.__proto__", "TextField.prototype"); xcheck(mo, "TextField.prototype.hasOwnProperty('background')"); check_equals(mo, "typeof(dtext1)", "'object'"); @@ -164,18 +164,18 @@ check_equals(mo, "typeof(dtext1.__proto__.textColor)", "'undefined'"); check_equals(mo, "typeof(dtext1.__proto__.alpha)", "'undefined'"); - xcheck_equals(mo, "dtext1.hasOwnProperty('text')", "false"); - xcheck_equals(mo, "dtext1.hasOwnProperty('background')", "false"); - xcheck_equals(mo, "dtext1.hasOwnProperty('backgroundColor')", "false"); - xcheck_equals(mo, "dtext1.hasOwnProperty('textColor')", "false"); - xcheck_equals(mo, "dtext1.hasOwnProperty('_alpha')", "false"); + check_equals(mo, "dtext1.hasOwnProperty('text')", "false"); + check_equals(mo, "dtext1.hasOwnProperty('background')", "false"); + check_equals(mo, "dtext1.hasOwnProperty('backgroundColor')", "false"); + check_equals(mo, "dtext1.hasOwnProperty('textColor')", "false"); + check_equals(mo, "dtext1.hasOwnProperty('_alpha')", "false"); xcheck_equals(mo, "dtext1.__proto__.hasOwnProperty('text')", "true"); xcheck_equals(mo, "dtext1.__proto__.hasOwnProperty('background')", "true"); xcheck_equals(mo, "dtext1.__proto__.hasOwnProperty('backgroundColor')", "true"); xcheck_equals(mo, "dtext1.__proto__.hasOwnProperty('textColor')", "true"); // Why _alpha is special??? - xcheck_equals(mo, "dtext1.__proto__.hasOwnProperty('_alpha')", "false"); + check_equals(mo, "dtext1.__proto__.hasOwnProperty('_alpha')", "false"); check_equals(mo, "dtext1.text", "'Hello'"); check_equals(mo, "etext1.text", "'Hello'"); @@ -189,9 +189,9 @@ xcheck_equals(mo, "dtext1.textColor", "0x000000"); xcheck_equals(mo, "etext1.textColor", "0x000000"); xcheck_equals(mo, "dtext2.textColor", "0x000000"); - xcheck_equals(mo, "dtext1._alpha", "100"); - xcheck_equals(mo, "etext1._alpha", "100"); - xcheck_equals(mo, "dtext2._alpha", "100"); + check_equals(mo, "dtext1._alpha", "100"); + check_equals(mo, "etext1._alpha", "100"); + check_equals(mo, "dtext2._alpha", "100"); add_actions(mo, "dtext1.background = true;" "etext1.background = true;" _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit