gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/misc-ming.all DefineEditTextTest.c


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DefineEditTextTest.c
Date: Thu, 09 Aug 2007 08:46:45 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/08/09 08:46:45

Modified files:
        testsuite/misc-ming.all: DefineEditTextTest.c 

Log message:
        removed some useless code.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DefineEditTextTest.c?cvsroot=gnash&r1=1.24&r2=1.25

Patches:
Index: DefineEditTextTest.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DefineEditTextTest.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- DefineEditTextTest.c        24 Jul 2007 17:41:34 -0000      1.24
+++ DefineEditTextTest.c        9 Aug 2007 08:46:44 -0000       1.25
@@ -125,7 +125,6 @@
   //check(mo, "!TextField.prototype.hasOwnProperty('backgroundColor')");
   //check(mo, "!TextField.prototype.hasOwnProperty('text')");
   //check(mo, "!TextField.prototype.hasOwnProperty('textColor')");
-  //check(mo, "!TextField.prototype.hasOwnProperty('_alpha')");
 
   /*********************************************
    *
@@ -166,7 +165,6 @@
   check(mo, "TextField.prototype.hasOwnProperty('backgroundColor')");
   xcheck(mo, "TextField.prototype.hasOwnProperty('text')");
   check(mo, "TextField.prototype.hasOwnProperty('textColor')");
-  //check(mo, "TextField.prototype.hasOwnProperty('_alpha')");
   
   check_equals(mo, "typeof(dtext1)", "'object'");
   check_equals(mo, "typeof(dtext1.text)", "'string'");




reply via email to

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