diff options
| author | root <root@viserion.(none)> | 2013-03-07 19:57:25 +0000 |
|---|---|---|
| committer | root <root@viserion.(none)> | 2013-03-07 19:57:25 +0000 |
| commit | b4141b9ccaf86857133903522af68e339bc6f3f3 (patch) | |
| tree | 78cac7cc354e95a53e8338f22dc9c46b3c70a0b2 /archaeological_operations/tests.py | |
| parent | 84cdbef78b30697b8babb00978984712f81e8120 (diff) | |
| parent | 4fb8a816f1eeb7074d669bbf8716e480f298a414 (diff) | |
| download | Ishtar-b4141b9ccaf86857133903522af68e339bc6f3f3.tar.bz2 Ishtar-b4141b9ccaf86857133903522af68e339bc6f3f3.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'])) |
