gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12045: Add a URL that triggers an a


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12045: Add a URL that triggers an assertion.
Date: Sun, 14 Mar 2010 20:55:58 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12045
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-14 20:55:58 +0100
message:
  Add a URL that triggers an assertion.
modified:
  testsuite/libbase.all/URLTest.cpp
=== modified file 'testsuite/libbase.all/URLTest.cpp'
--- a/testsuite/libbase.all/URLTest.cpp 2010-01-11 06:41:38 +0000
+++ b/testsuite/libbase.all/URLTest.cpp 2010-03-14 19:55:58 +0000
@@ -278,6 +278,9 @@
        check_equals (u2.querystring(), "");
        check_equals (u2.anchor(), "anchor");
     }
+    { // pseudo-url from Mozilla
+        URL u("about:blank");
+    }
 
 
        // TODO: Samba paths


reply via email to

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