diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-05 17:00:48 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 00:57:21 -0600 |
commit | 7423152ca41ea24cdb567297e73ff943ba1eff3e (patch) | |
tree | 3a6e9aa32ce51c5b8c987ddde700c81be4a70d1b /libraries/libfm/patches/0005-3582493-Fixing-test-fm-path-two-tests.patch | |
parent | 59a7ed6157ef6ff4249e4c7b2a812b14cd474578 (diff) | |
download | slackbuilds-7423152ca41ea24cdb567297e73ff943ba1eff3e.tar.gz |
libraries/libfm: Updated for version 20131102_7e1f053.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libfm/patches/0005-3582493-Fixing-test-fm-path-two-tests.patch')
-rw-r--r-- | libraries/libfm/patches/0005-3582493-Fixing-test-fm-path-two-tests.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/libraries/libfm/patches/0005-3582493-Fixing-test-fm-path-two-tests.patch b/libraries/libfm/patches/0005-3582493-Fixing-test-fm-path-two-tests.patch deleted file mode 100644 index 1da69db274..0000000000 --- a/libraries/libfm/patches/0005-3582493-Fixing-test-fm-path-two-tests.patch +++ /dev/null @@ -1,39 +0,0 @@ -From ea6d673d84b447b81b54c2cb825bdf8284952aea Mon Sep 17 00:00:00 2001 -From: Andriy Grytsenko <andrej@rep.kiev.ua> -Date: Mon, 12 Nov 2012 23:25:39 +0200 -Subject: [PATCH 05/22] [#3582493]Fixing test-fm-path two tests. - ---- - src/tests/test-fm-path.c | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/src/tests/test-fm-path.c b/src/tests/test-fm-path.c -index a4a3a6c..72c340f 100644 ---- a/src/tests/test-fm-path.c -+++ b/src/tests/test-fm-path.c -@@ -71,8 +71,9 @@ static void test_uri_parsing() - TEST_PARSING(fm_path_new_for_uri, "file:/test/path", - "/", "test", "path"); - -+ /* The 'test' in this format is a host part of URI */ - TEST_PARSING(fm_path_new_for_uri, "file://test/path", -- "/", "test", "path"); -+ "/", "path"); - - TEST_PARSING(fm_path_new_for_uri, "http://test/path/", - "http://test/", "path"); -@@ -87,7 +88,11 @@ static void test_uri_parsing() - "http://test/"); - - TEST_PARSING(fm_path_new_for_uri, "http://wiki.lxde.org/zh/%E9%A6%96%E9%A0%81", -+#if 0 -+ /* It should not do any break in URI since 1.0.1 */ - "http://wiki.lxde.org/", "zh", "首頁"); -+#endif -+ "http://wiki.lxde.org/", "zh", "%E9%A6%96%E9%A0%81"); - - TEST_PARSING(fm_path_new_for_uri, "mailto:test", - "mailto:test"); --- -1.8.0.1 - |