diff options
| 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 | 
| commit | ef51425037b9da9ecf2c80a94188bebebe9c6da1 (patch) | |
| tree | 15a333ff68d74ff597b75cc09786831b8f22fdd8 /archaeological_operations/tests.py | |
| parent | 48041d8a27859dc82a634fecf2ed8249c6eb539a (diff) | |
| download | Ishtar-ef51425037b9da9ecf2c80a94188bebebe9c6da1.tar.bz2 Ishtar-ef51425037b9da9ecf2c80a94188bebebe9c6da1.zip  | |
Work on DBF imports
Diffstat (limited to 'archaeological_operations/tests.py')
| -rw-r--r-- | archaeological_operations/tests.py | 4 | 
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']))  | 
