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-396-ge1d8d39
Date: Tue, 05 Jul 2011 16:31:15 +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  e1d8d395641c9c554ac3edeb4e6b8cd77cc1ab67 (commit)
      from  8c484fb181cfd84d1803d658a8daeb2cb11312c5 (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=e1d8d395641c9c554ac3edeb4e6b8cd77cc1ab67


commit e1d8d395641c9c554ac3edeb4e6b8cd77cc1ab67
Author: Sandro Santilli <address@hidden>
Date:   Tue Jul 5 18:30:44 2011 +0200

    Try UTF-8 character in URL string, trying to reproduce bug #33718 
(unsuccessfully)

diff --git a/testsuite/libbase.all/URLTest.cpp 
b/testsuite/libbase.all/URLTest.cpp
index 127ed19..7a6f0c4 100644
--- a/testsuite/libbase.all/URLTest.cpp
+++ b/testsuite/libbase.all/URLTest.cpp
@@ -313,6 +313,13 @@ main(int /*argc*/, char** /*argv*/)
     }
     check(threw);
 
+    { // UTF-8 in path, see http://savannah.gnu.org/bugs/?33718
+        URL u("/home/toto/Téléchargement/testfile.swf");
+        check_equals(u.path(), "/home/toto/Téléchargement/testfile.swf");
+
+        URL u2("testfile.xml", u);
+        check_equals(u2.path(), "/home/toto/Téléchargement/testfile.xml");
+    }
 
        // TODO: Samba paths
 }

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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