Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-3.7.5-test-gwarning.patch
Date: Thu, 28 Mar 2013 22:34:03
Message-Id: 20130328223400.D6D9C2171D@flycatcher.gentoo.org
1 pacho 13/03/28 22:34:00
2
3 Added: epiphany-3.7.5-test-gwarning.patch
4 Log:
5 Version bump for Gnome 3.8
6
7 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 www-client/epiphany/files/epiphany-3.7.5-test-gwarning.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/files/epiphany-3.7.5-test-gwarning.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/files/epiphany-3.7.5-test-gwarning.patch?rev=1.1&content-type=text/plain
14
15 Index: epiphany-3.7.5-test-gwarning.patch
16 ===================================================================
17 From d1a7d0348ad8aa0ede756d5e24501c21d3e99d57 Mon Sep 17 00:00:00 2001
18 From: Sobhan Mohammadpour <sobhanmohammadpour1@×××××.fr>
19 Date: Mon, 18 Feb 2013 16:23:08 +0330
20 Subject: [PATCH] epiphany-3.7.5-test-gwarning
21
22 g_warning makes gtester abort tests. We do not care about this
23 particular one because it actually is in ${T} which is a safe directory
24 with regard to live system.
25
26 ---
27 tests/ephy-file-helpers-test.c | 2 --
28 1 file changed, 2 deletions(-)
29
30 diff --git a/tests/ephy-file-helpers-test.c b/tests/ephy-file-helpers-test.c
31 index c33c1da..2762daf 100644
32 --- a/tests/ephy-file-helpers-test.c
33 +++ b/tests/ephy-file-helpers-test.c
34 @@ -96,8 +96,6 @@ test_ephy_file_helpers_init (void)
35 * prefixed with /tmp. */
36 if (g_str_has_prefix (tmp_dir, "/tmp"))
37 g_assert (ephy_file_delete_dir_recursively (file, NULL));
38 - else
39 - g_warning ("INIT: dangerous path returned as tmp_dir: %s", tmp_dir);
40
41 g_object_unref (file);
42 }
43 --
44 1.8.1.2