summaryrefslogtreecommitdiff
path: root/archaeological_context_records/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r--archaeological_context_records/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py
index 69ecafdb1..9842340f3 100644
--- a/archaeological_context_records/tests.py
+++ b/archaeological_context_records/tests.py
@@ -81,7 +81,7 @@ class ImportContextRecordTest(ImportTest, TestCase):
self._test_geo_import("UE-test-shp.zip", 13)
def _test_geo_import(self, data_name, new_nb):
- root = settings.ROOT_PATH + "../archaeological_context_records/tests/"
+ root = settings.LIB_BASE_PATH + "archaeological_context_records/tests/"
filename = root + "importer-GIS-UE.zip"
self.restore_serialized(filename)
imp_type = ImporterType.objects.get(name="GIS - UE")