gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Movi...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Movi...
Date: Wed, 25 Jul 2007 01:41:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/25 01:41:49

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: MovieClip.as 

Log message:
                * testsuite/actionscript.all/MovieClip.as: minor test for
                  proper properties 'loadMovie' and 'loadMovieNum'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3820&r2=1.3821
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&r1=1.76&r2=1.77

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3820
retrieving revision 1.3821
diff -u -b -r1.3820 -r1.3821
--- ChangeLog   25 Jul 2007 01:28:42 -0000      1.3820
+++ ChangeLog   25 Jul 2007 01:41:48 -0000      1.3821
@@ -1,5 +1,7 @@
 2007-07-24 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/MovieClip.as: minor test for
+         proper properties 'loadMovie' and 'loadMovieNum'.
        * server/edit_text_character.cpp: make the
          PP_COMPATIBLE_DEVICE_FONT_HANDLING back to undefined
          by default. It's incomplete and premature to attempt

Index: testsuite/actionscript.all/MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- testsuite/actionscript.all/MovieClip.as     17 Jul 2007 09:33:57 -0000      
1.76
+++ testsuite/actionscript.all/MovieClip.as     25 Jul 2007 01:41:49 -0000      
1.77
@@ -22,7 +22,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: MovieClip.as,v 1.76 2007/07/17 09:33:57 zoulunkai Exp $";
+rcsid="$Id: MovieClip.as,v 1.77 2007/07/25 01:41:49 strk Exp $";
 
 #include "check.as"
 
@@ -63,6 +63,11 @@
 check_equals(typeof(mc.getSWFVersion), 'function');
 check_equals(mc.getSWFVersion(), OUTPUT_VERSION);
 
+#if OUTPUT_VERSION >= 6
+check(MovieClip.prototype.hasOwnProperty('loadMovie'));
+check(!MovieClip.prototype.hasOwnProperty('loadMovieNum'));
+#endif
+
 check_equals(typeof(mc.enabled), 'boolean');
 #if OUTPUT_VERSION >= 6
 check(!mc.hasOwnProperty('enabled'));




reply via email to

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