summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/e4u/files/initialize-e4u-tests.patch')
-rw-r--r--dev-python/e4u/files/initialize-e4u-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/e4u/files/initialize-e4u-tests.patch b/dev-python/e4u/files/initialize-e4u-tests.patch
new file mode 100644
index 000000000000..4d9a25d5de99
--- /dev/null
+++ b/dev-python/e4u/files/initialize-e4u-tests.patch
@@ -0,0 +1,11 @@
+--- a/test/test.py 2013-06-13 09:14:06.000000000 +0200
++++ b/test/test.py 2018-05-16 13:40:22.000000000 +0200
+@@ -7,6 +7,8 @@
+ import unittest
+ import e4u
+
++e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
++
+ DISPLAY_INFO = False
+
+ class TestCaseAbstract(object):