dev-python/e4u: fix tests

Closes: https://bugs.gentoo.org/660532
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9075
This commit is contained in:
Conrad Kostecki
2018-07-07 00:44:02 +02:00
committed by Andreas Sturmlechner
parent ee566408f5
commit 453f853494
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/test/test.py 2018-05-22 08:32:05.000000000 +0200
+++ b/test/test.py 2018-07-07 00:41:02.861367660 +0200
@@ -7,7 +7,7 @@
import unittest
import e4u
-e4u.load()
+e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
DISPLAY_INFO = False