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: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-223-g6691646
Date: Fri, 08 Apr 2011 20:23:27 +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  669164629ae6b9bf1aaf1c2b7af81cd8db1f1490 (commit)
      from  0432ac4677f46aa7f9177f69d98044716b3951d5 (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=669164629ae6b9bf1aaf1c2b7af81cd8db1f1490


commit 669164629ae6b9bf1aaf1c2b7af81cd8db1f1490
Author: Benjamin Wolsey <address@hidden>
Date:   Fri Apr 8 22:21:44 2011 +0200

    Test null _focusrect for MovieClips too.

diff --git a/testsuite/actionscript.all/MovieClip.as 
b/testsuite/actionscript.all/MovieClip.as
index 6b948f9..5e87fd1 100644
--- a/testsuite/actionscript.all/MovieClip.as
+++ b/testsuite/actionscript.all/MovieClip.as
@@ -119,15 +119,15 @@ endOfTest = function()
 #endif
 
 #if OUTPUT_VERSION == 6
-       check_totals(925); // SWF6
+       check_totals(926); // SWF6
 #endif
 
 #if OUTPUT_VERSION == 7
-       check_totals(958); // SWF7
+       check_totals(959); // SWF7
 #endif
 
 #if OUTPUT_VERSION >= 8
-       check_totals(1075); // SWF8+
+       check_totals(1076); // SWF8+
 #endif
 
        play();
@@ -380,6 +380,10 @@ check_equals(typeof(mc._focusrect), "number");
 check_equals(typeof(mc._focusrect), "boolean");
 #endif
 
+#if OUTPUT_VERSION > 5
+j = createEmptyMovieClip("j", getNextHighestDepth());
+check_equals(typeof(j._focusrect), "null");
+#endif
 
 check(mc._framesloaded != undefined);
 check(mc._height != undefined);

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

Summary of changes:
 testsuite/actionscript.all/MovieClip.as |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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