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-1632-gf57a5a1
Date: Tue, 02 Jul 2013 19:19:05 +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  f57a5a1d6b639e3e05ebc8d38e9e99fd9d77f073 (commit)
      from  867fde931525d6b453fe741b812a06c58ddbce62 (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=f57a5a1d6b639e3e05ebc8d38e9e99fd9d77f073


commit f57a5a1d6b639e3e05ebc8d38e9e99fd9d77f073
Author: Sandro Santilli <address@hidden>
Date:   Thu Jun 27 01:48:51 2013 +0200

    Add a few more tests

diff --git a/testsuite/actionscript.all/NetStream.as 
b/testsuite/actionscript.all/NetStream.as
index 35a37d4..f287d0e 100644
--- a/testsuite/actionscript.all/NetStream.as
+++ b/testsuite/actionscript.all/NetStream.as
@@ -74,6 +74,15 @@ check(! netstreamObj.hasOwnProperty('bytesLoaded'));
 check(! NetStream.prototype.hasOwnProperty('bytesTotal'));
 check(! netstreamObj.hasOwnProperty('bytesTotal'));
 
+check( NetStream.prototype.hasOwnProperty('close'));
+check(! netstreamObj.hasOwnProperty('close'));
+
+check( NetStream.prototype.hasOwnProperty('pause'));
+check(! netstreamObj.hasOwnProperty('pause'));
+
+check( NetStream.prototype.hasOwnProperty('play'));
+check(! netstreamObj.hasOwnProperty('play'));
+
 
 /* Subscriber Methods */
 
@@ -204,5 +213,5 @@ check_equals ( typeof(netstreamObj.bytesTotal), 'undefined' 
);
 #if OUTPUT_VERSION < 6
 check_totals(0);
 #else
-check_totals(60);
+check_totals(66);
 #endif

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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