summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-10-27 00:01:03 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-10-27 00:01:03 +0200
commit8d9fa3c928d888533412be6bb59d58fddd230d1e (patch)
tree19bd7230a7192fa3d69cf3804173cca868f1c0f2 /archaeological_operations/tests.py
parent37ed354c714f82cc6b137e48c091054a8a42c962 (diff)
parentf20c31157c229f32bb39854c52732a6c107e5ce7 (diff)
downloadIshtar-8d9fa3c928d888533412be6bb59d58fddd230d1e.tar.bz2
Ishtar-8d9fa3c928d888533412be6bb59d58fddd230d1e.zip
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 983165968..0a48f4d4a 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -31,9 +31,9 @@ import models
from ishtar_common.models import OrganizationType, Organization, Town
class ImportOperationTest(TestCase):
- fixtures = ['../ishtar_common/fixtures/initial_data.json',
- '../archaeological_files/fixtures/initial_data.json',
- '../archaeological_operations/fixtures/initial_data-fr.json']
+ fixtures = [settings.ROOT_PATH + '../ishtar_common/fixtures/initial_data.json',
+ settings.ROOT_PATH + '../archaeological_files/fixtures/initial_data.json',
+ settings.ROOT_PATH + '../archaeological_operations/fixtures/initial_data-fr.json']
def setUp(self):
user = User.objects.create_user('username')