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. 3f0287bd56a0266394b9


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 3f0287bd56a0266394b94bd9e940fb31ea774d19
Date: Fri, 26 Nov 2010 13:48:28 +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  3f0287bd56a0266394b94bd9e940fb31ea774d19 (commit)
      from  a9604ad7a533579afc3b8c2a2bdbb78bf6a9bae6 (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=3f0287bd56a0266394b94bd9e940fb31ea774d19


commit 3f0287bd56a0266394b94bd9e940fb31ea774d19
Author: Benjamin Wolsey <address@hidden>
Date:   Fri Nov 26 14:46:30 2010 +0100

    Prove that $version is used, and since Gnash doesn't use it the test fails.

diff --git a/testsuite/misc-ming.all/rtmpytest.as 
b/testsuite/misc-ming.all/rtmpytest.as
index 073d1cf..baf7ea2 100644
--- a/testsuite/misc-ming.all/rtmpytest.as
+++ b/testsuite/misc-ming.all/rtmpytest.as
@@ -234,7 +234,7 @@ ncrtmp.initial = function(arg) {
 
     check(o.hasOwnProperty("flashVer"));
     check_equals(typeof(o.flashVer), "string");
-    check_equals(o.flashVer, $version);
+    xcheck_equals(o.flashVer, "Our own special nonsense custom version");
 
     check(o.hasOwnProperty("audioCodecs"));
     check_equals(typeof(o.audioCodecs), "number");
@@ -253,5 +253,7 @@ ncrtmp.initial = function(arg) {
 };
 
 note("Connecting to "+rtmpuri);
+
+$version = "Our own special nonsense custom version";
 ncrtmp.connect(rtmpuri);
 

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

Summary of changes:
 testsuite/misc-ming.all/rtmpytest.as |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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