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-145-ga2dfbcc
Date: Mon, 28 Feb 2011 13:57:23 +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  a2dfbccf30c3c58c0691ac3c4f9d63aa7906df30 (commit)
      from  f25e8b850cb828fc011c67a212721f2a899adef0 (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=a2dfbccf30c3c58c0691ac3c4f9d63aa7906df30


commit a2dfbccf30c3c58c0691ac3c4f9d63aa7906df30
Author: Sandro Santilli <address@hidden>
Date:   Mon Feb 28 14:56:35 2011 +0100

    Add test for bug #32625

diff --git a/testsuite/libbase.all/URLTest.cpp 
b/testsuite/libbase.all/URLTest.cpp
index 4f29aa6..77d9e67 100644
--- a/testsuite/libbase.all/URLTest.cpp
+++ b/testsuite/libbase.all/URLTest.cpp
@@ -282,6 +282,16 @@ main(int /*argc*/, char** /*argv*/)
        check_equals (u2.anchor(), "anchor");
     }
 
+    { // URL with url in query string
+       URL u("http://anurl.com/tmp/easy.swf?url=http://url.it/there";);
+       xcheck_equals (u2.protocol(), "http");
+       xcheck_equals (u2.hostname(), "anurl.com");
+       check_equals (u2.port(), "");
+       xcheck_equals (u2.path(), "/tmp/easy.swf");
+       xcheck_equals (u2.querystring(), "url=http://url.it/there";);
+       check_equals (u2.anchor(), "");
+    }
+
     bool threw = false;
     try
     { // pseudo-url from Mozilla

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

Summary of changes:
 testsuite/libbase.all/URLTest.cpp |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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