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. 79a28ed9a4d07fba0c5b


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


commit 79a28ed9a4d07fba0c5b21881b395c334df1373c
Author: Sandro Santilli <address@hidden>
Date:   Thu Oct 14 19:28:52 2010 +0200

    ExternalInterface._argumentsToXML needs a single argument, not two... 
(gnash insists in taking 2 and then throws away the second)

diff --git a/testsuite/actionscript.all/ExternalInterface.as 
b/testsuite/actionscript.all/ExternalInterface.as
index e0e6943..8bf57c4 100644
--- a/testsuite/actionscript.all/ExternalInterface.as
+++ b/testsuite/actionscript.all/ExternalInterface.as
@@ -211,7 +211,7 @@ check_equals (xml,
 '<array><property id="0"><number>12</number></property><property 
id="1"><string>tr</string></property><property 
id="2"><number>1</number></property><property 
id="3"><undefined/></property></array>'
 );
 
-xml = EI._argumentsToXML(anArray, 0);
+xml = EI._argumentsToXML(anArray);
 xcheck_equals (xml, 
 '<arguments><string>tr</string><number>1</number><undefined/></arguments>'
 );

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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