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. e7307b071088134806e1


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. e7307b071088134806e1c74a55f7989575a42a47
Date: Sun, 17 Oct 2010 15:48:21 +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  e7307b071088134806e1c74a55f7989575a42a47 (commit)
       via  0cda1c0e91e32a69cc032461f6d0b5f92c99070b (commit)
      from  d04492f47b508c0f85dbe3cc2d45a87f65732cfd (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=e7307b071088134806e1c74a55f7989575a42a47


commit e7307b071088134806e1c74a55f7989575a42a47
Merge: 0cda1c0 d04492f
Author: Sandro Santilli <address@hidden>
Date:   Sun Oct 17 17:47:37 2010 +0200

    Merge branch 'master' of ssh://address@hidden/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=0cda1c0e91e32a69cc032461f6d0b5f92c99070b


commit 0cda1c0e91e32a69cc032461f6d0b5f92c99070b
Author: Sandro Santilli <address@hidden>
Date:   Sun Oct 17 17:42:41 2010 +0200

    Add stupid test to Button

diff --git a/testsuite/misc-ming.all/ButtonEventsTest.c 
b/testsuite/misc-ming.all/ButtonEventsTest.c
index 21ab99a..03266f4 100644
--- a/testsuite/misc-ming.all/ButtonEventsTest.c
+++ b/testsuite/misc-ming.all/ButtonEventsTest.c
@@ -477,6 +477,10 @@ main(int argc, char **argv)
                "};"
                );
 
+       check_equals(mo, "typeof(square1.button)", "'object'");
+       check(mo, "square1.button instanceOf Button");
+    // TODO: check existance of useHandCursor
+
        //
        // Mouse buttons events
        //
@@ -742,7 +746,7 @@ main(int argc, char **argv)
             "square1.button._visible = true;"
                        "square1.button.enabled = false;"
                        "stop();"
-                       "_root.totals(160);"
+                       "_root.totals(162);"
                        "_root.note('-- Button disabled, try playing with it, 
nothing should happen --');"
                );
                SWFMovie_nextFrame(mo); /* showFrame */

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

Summary of changes:
 testsuite/misc-ming.all/ButtonEventsTest.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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