summaryrefslogtreecommitdiffstats
path: root/patchwork/tests/test_encodings.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/test_encodings.py')
-rw-r--r--patchwork/tests/test_encodings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/patchwork/tests/test_encodings.py b/patchwork/tests/test_encodings.py
index b9032bb..b639078 100644
--- a/patchwork/tests/test_encodings.py
+++ b/patchwork/tests/test_encodings.py
@@ -26,6 +26,7 @@ from django.test import TestCase
from django.test.client import Client
class UTF8PatchViewTest(TestCase):
+ fixtures = ['default_states']
patch_filename = '0002-utf-8.patch'
patch_encoding = 'utf-8'
@@ -63,6 +64,7 @@ class UTF8PatchViewTest(TestCase):
defaults.project.delete()
class UTF8HeaderPatchViewTest(UTF8PatchViewTest):
+ fixtures = ['default_states']
patch_filename = '0002-utf-8.patch'
patch_encoding = 'utf-8'
patch_author_name = u'P\xe4tch Author'