gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-480-g803118e
Date: Wed, 13 Jul 2011 16:03:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  803118e69520839cd0189db89ff0d02c79872afc (commit)
      from  7250e1572a9cb65966a6c54576ce7e7a50becb20 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=803118e69520839cd0189db89ff0d02c79872afc


commit 803118e69520839cd0189db89ff0d02c79872afc
Author: Sandro Santilli <address@hidden>
Date:   Wed Jul 13 18:02:14 2011 +0200

    Assing a name to the clip-with-events too

diff --git a/testsuite/misc-ming.all/register_class/registerClassTest2.c 
b/testsuite/misc-ming.all/register_class/registerClassTest2.c
index bf059bd..3d91c8a 100644
--- a/testsuite/misc-ming.all/register_class/registerClassTest2.c
+++ b/testsuite/misc-ming.all/register_class/registerClassTest2.c
@@ -181,6 +181,7 @@ main(int argc, char** argv)
                              "_root.check_equals(clip3.__proto__, 
_root.theClass3.prototype); ");
                              
   it3 = SWFMovie_add(mo, mc3);
+  SWFDisplayItem_setName(it3, "clipevs");
   SWFDisplayItem_addAction(it3,
     newSWFAction(" _root.note('mc3.onClipInitialize'); " 
                  " _root.check_equals(typeof(_root.clip3), 'movieclip');" 
@@ -203,7 +204,7 @@ main(int argc, char** argv)
   SWFMovie_nextFrame(mo); /* end of frame3 */
 
   check_equals(mo, "_root.theClass3onLoadCalls.length", "3");
-  check_equals(mo, "_root.theClass3onLoadCalls[0]", "_level0.instance2");
+  check_equals(mo, "_root.theClass3onLoadCalls[0]", "_level0.clipevs");
   // Gnash gets the onLoad events of 'clip3' and 'noclipevs' swapped !!
   xcheck_equals(mo, "_root.theClass3onLoadCalls[1]", "_level0.clip3");
   xcheck_equals(mo, "_root.theClass3onLoadCalls[2]", "_level0.noclipevs"); /* 
it4 ... */

-----------------------------------------------------------------------

Summary of changes:
 .../register_class/registerClassTest2.c            |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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