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-1628-geb4e214
Date: Wed, 26 Jun 2013 20:06:26 +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  eb4e214269a6f54542f8e74fc19de5d8b92f7cbb (commit)
      from  090eee0c8e084bcc3dd96e9ef9537b7d3f382c2c (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=eb4e214269a6f54542f8e74fc19de5d8b92f7cbb


commit eb4e214269a6f54542f8e74fc19de5d8b92f7cbb
Author: Sandro Santilli <address@hidden>
Date:   Wed Jun 26 22:06:03 2013 +0200

    Fix typo in test
    
    The typo was introduced by commit b482bd62b

diff --git a/testsuite/actionscript.all/NetStream.as 
b/testsuite/actionscript.all/NetStream.as
index b5c3161..8882f83 100644
--- a/testsuite/actionscript.all/NetStream.as
+++ b/testsuite/actionscript.all/NetStream.as
@@ -189,7 +189,7 @@ xcheck_equals ( typeof(netstreamObj.liveDelay), 'string' );
 // time (read-only)
 xcheck_equals ( typeof(netstreamObj.time), 'undefined' );
 netstreamObj.time = 'string';
-xcheck_equals ( typeof(netstreamObj.timxe), 'string' );
+xcheck_equals ( typeof(netstreamObj.time), 'string' );
 
 
 /* Two properties added in SWF7 */

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

Summary of changes:
 testsuite/actionscript.all/NetStream.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]