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. 135d264d8d2b08834d03


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 135d264d8d2b08834d039bee550e2996b3e64358
Date: Thu, 14 Oct 2010 17:32:57 +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  135d264d8d2b08834d039bee550e2996b3e64358 (commit)
      from  79a28ed9a4d07fba0c5b21881b395c334df1373c (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=135d264d8d2b08834d039bee550e2996b3e64358


commit 135d264d8d2b08834d039bee550e2996b3e64358
Author: Sandro Santilli <address@hidden>
Date:   Thu Oct 14 19:32:52 2010 +0200

    More tests for argumentsToXML, gnash also fails for the no-args case

diff --git a/testsuite/actionscript.all/ExternalInterface.as 
b/testsuite/actionscript.all/ExternalInterface.as
index 8bf57c4..b9e2e38 100644
--- a/testsuite/actionscript.all/ExternalInterface.as
+++ b/testsuite/actionscript.all/ExternalInterface.as
@@ -215,6 +215,10 @@ xml = EI._argumentsToXML(anArray);
 xcheck_equals (xml, 
 '<arguments><string>tr</string><number>1</number><undefined/></arguments>'
 );
+xml = EI._argumentsToXML();
+xcheck_equals (xml, '<arguments></arguments>');
+xml = EI._argumentsToXML(['single']);
+xcheck_equals (xml, '<arguments></arguments>');
 
 // xml = EI._toXML(o);
 // if (xml == '<object><property id="a"><number>1</number></property><property 
id="b"><string>string</string></property></object>') {
@@ -285,6 +289,6 @@ xcheck_equals (typeOf(val), 'object');
 #elif OUTPUT_VERSION < 8 // }{
        check_totals(49);
 #else // SWF8+ }{
-       check_totals(93);
+       check_totals(95);
 # endif // }
 

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

Summary of changes:
 testsuite/actionscript.all/ExternalInterface.as |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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