summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-03-03 16:12:10 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-03-03 16:12:10 +0100
commitb1260f85a40905c60f3ab38e3397230efdb15e4b (patch)
tree15a333ff68d74ff597b75cc09786831b8f22fdd8 /archaeological_operations/tests.py
parent7f8e9d5fd945d57b94ba3211ad2503e27858f31e (diff)
downloadIshtar-b1260f85a40905c60f3ab38e3397230efdb15e4b.tar.bz2
Ishtar-b1260f85a40905c60f3ab38e3397230efdb15e4b.zip
Work on DBF imports
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 551f1e660..9746dc3f6 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2012-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -41,4 +41,4 @@ class ImportOperationTest(TestCase):
Test operation import
"""
call_command('import_operations', os.sep.join([os.getcwd(), '..',
- 'archaeological_operations', 'tests', 'sample.csv']))
+ 'archaeological_operations', 'tests', 'sample.dbf']))