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_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-34-gc5d3f01
Date: Thu, 10 Feb 2011 09:20:41 +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  c5d3f01557df42fbb71300d01034deaa8c545953 (commit)
      from  fda3b3efa63484e0dd0bf44c532fa0ce19ba4a4c (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=c5d3f01557df42fbb71300d01034deaa8c545953


commit c5d3f01557df42fbb71300d01034deaa8c545953
Author: Sandro Santilli <address@hidden>
Date:   Thu Feb 10 10:20:29 2011 +0100

    Oops, expected the wrong failure

diff --git a/plugin/npapi/test.cpp b/plugin/npapi/test.cpp
index 6ebf810..9a4c9d0 100644
--- a/plugin/npapi/test.cpp
+++ b/plugin/npapi/test.cpp
@@ -302,11 +302,11 @@ main(int , char **)
     invoke.reset ( plugin::ExternalInterface::parseInvoke(xml) );
     check_equals (invoke->name, "reportFlashTiming");
     check_equals (invoke->type, "xml");
-    check_equals (invoke->args.size(), 8);
+    xcheck_equals (invoke->args.size(), 8);
     //
     check(NPVARIANT_IS_STRING(invoke->args[0].get()));
     str = NPStringToString(NPVARIANT_TO_STRING(invoke->args[0].get()));
-    xcheck_equals(str, "reportFlashTiming");
+    check_equals(str, "reportFlashTiming");
     //
 // The rest is temporarely disabled due to really bad memory issues
 //    check(NPVARIANT_IS_OBJECT(invoke->args[1].get()));

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

Summary of changes:
 plugin/npapi/test.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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