diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-03-07 19:57:25 +0000 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-03-07 19:57:25 +0000 |
| commit | c0e64f5f1baef6cb373c391c71b3953c3abdddfa (patch) | |
| tree | 78cac7cc354e95a53e8338f22dc9c46b3c70a0b2 /archaeological_operations/tests.py | |
| parent | f302bc406d21cf06606a9109d7bf136431660739 (diff) | |
| parent | 962c88eaf41c09477439b76decd9a85d2f23519b (diff) | |
| download | Ishtar-c0e64f5f1baef6cb373c391c71b3953c3abdddfa.tar.bz2 Ishtar-c0e64f5f1baef6cb373c391c71b3953c3abdddfa.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.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'])) |
