Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-cangjie/files: ibus-cangjie-gtk-unit-test.patch
Date: Sat, 01 Nov 2014 15:05:00
Message-Id: 20141101150455.7C2FA9373@oystercatcher.gentoo.org
1 dlan 14/11/01 15:04:55
2
3 Added: ibus-cangjie-gtk-unit-test.patch
4 Log:
5 fix bug 526392, skip gtk unit test, proxy for Brendan Horan
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.1 app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch?rev=1.1&content-type=text/plain
14
15 Index: ibus-cangjie-gtk-unit-test.patch
16 ===================================================================
17 diff --git a/tests/test_prefs.py b/tests/test_prefs.py
18 index d1bb438..e568939 100644
19 --- a/tests/test_prefs.py
20 +++ b/tests/test_prefs.py
21 @@ -37,6 +37,7 @@ class PrefsTestCase(unittest.TestCase):
22 except ET.ParseError as e:
23 raise AssertionError(e)
24
25 + @unittest.skip("Importing Gtk doesn't raise a RuntimeError on recent Fedora")
26 def test_ui_file_is_valid_gtk_builder(self):
27 try:
28 from gi.repository import Gtk