diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2010-10-10 22:19:01 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2010-10-10 22:19:01 +0000 |
| commit | b79daef8676df78fabb70a686374aebeccdd6db0 (patch) | |
| tree | 6d7161344efed35dd1a69a048a516444657aeaa9 | |
| parent | 20fa9ddb7183707d707a8c703b6f28b02efc80db (diff) | |
Consolidated i18n commands test with the rest of the i18n tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/i18n/commands/__init__.py (renamed from tests/regressiontests/makemessages/__init__.py) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/compilation.py (renamed from tests/regressiontests/makemessages/compilation.py) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/extraction.py (renamed from tests/regressiontests/makemessages/extraction.py) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/ignore_dir/ignored.html (renamed from tests/regressiontests/makemessages/ignore_dir/ignored.html) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/javascript.js (renamed from tests/regressiontests/makemessages/javascript.js) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/locale/dummy (renamed from tests/regressiontests/makemessages/locale/dummy) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/locale/es_AR/LC_MESSAGES/django.po (renamed from tests/regressiontests/makemessages/locale/es_AR/LC_MESSAGES/django.po) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/templates/test.html (renamed from tests/regressiontests/makemessages/templates/test.html) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/commands/tests.py (renamed from tests/regressiontests/makemessages/tests.py) | 0 | ||||
| -rw-r--r-- | tests/regressiontests/i18n/tests.py | 2 | ||||
| -rw-r--r-- | tests/regressiontests/makemessages/models.py | 0 |
11 files changed, 2 insertions, 0 deletions
diff --git a/tests/regressiontests/makemessages/__init__.py b/tests/regressiontests/i18n/commands/__init__.py index e69de29bb2..e69de29bb2 100644 --- a/tests/regressiontests/makemessages/__init__.py +++ b/tests/regressiontests/i18n/commands/__init__.py diff --git a/tests/regressiontests/makemessages/compilation.py b/tests/regressiontests/i18n/commands/compilation.py index 3ca2d57138..3ca2d57138 100644 --- a/tests/regressiontests/makemessages/compilation.py +++ b/tests/regressiontests/i18n/commands/compilation.py diff --git a/tests/regressiontests/makemessages/extraction.py b/tests/regressiontests/i18n/commands/extraction.py index 4b4fa1b07e..4b4fa1b07e 100644 --- a/tests/regressiontests/makemessages/extraction.py +++ b/tests/regressiontests/i18n/commands/extraction.py diff --git a/tests/regressiontests/makemessages/ignore_dir/ignored.html b/tests/regressiontests/i18n/commands/ignore_dir/ignored.html index 6a296787ef..6a296787ef 100644 --- a/tests/regressiontests/makemessages/ignore_dir/ignored.html +++ b/tests/regressiontests/i18n/commands/ignore_dir/ignored.html diff --git a/tests/regressiontests/makemessages/javascript.js b/tests/regressiontests/i18n/commands/javascript.js index bc5ec87957..bc5ec87957 100644 --- a/tests/regressiontests/makemessages/javascript.js +++ b/tests/regressiontests/i18n/commands/javascript.js diff --git a/tests/regressiontests/makemessages/locale/dummy b/tests/regressiontests/i18n/commands/locale/dummy index e69de29bb2..e69de29bb2 100644 --- a/tests/regressiontests/makemessages/locale/dummy +++ b/tests/regressiontests/i18n/commands/locale/dummy diff --git a/tests/regressiontests/makemessages/locale/es_AR/LC_MESSAGES/django.po b/tests/regressiontests/i18n/commands/locale/es_AR/LC_MESSAGES/django.po index 7f74a4ef4a..7f74a4ef4a 100644 --- a/tests/regressiontests/makemessages/locale/es_AR/LC_MESSAGES/django.po +++ b/tests/regressiontests/i18n/commands/locale/es_AR/LC_MESSAGES/django.po diff --git a/tests/regressiontests/makemessages/templates/test.html b/tests/regressiontests/i18n/commands/templates/test.html index 2c38b3e4e6..2c38b3e4e6 100644 --- a/tests/regressiontests/makemessages/templates/test.html +++ b/tests/regressiontests/i18n/commands/templates/test.html diff --git a/tests/regressiontests/makemessages/tests.py b/tests/regressiontests/i18n/commands/tests.py index c3be2178e4..c3be2178e4 100644 --- a/tests/regressiontests/makemessages/tests.py +++ b/tests/regressiontests/i18n/commands/tests.py diff --git a/tests/regressiontests/i18n/tests.py b/tests/regressiontests/i18n/tests.py index f58c69e9b6..4aa52b6b55 100644 --- a/tests/regressiontests/i18n/tests.py +++ b/tests/regressiontests/i18n/tests.py @@ -18,6 +18,8 @@ from django.utils.importlib import import_module from forms import I18nForm, SelectDateForm, SelectDateWidget, CompanyForm from models import Company, TestModel +from commands.tests import * + class TranslationTests(TestCase): diff --git a/tests/regressiontests/makemessages/models.py b/tests/regressiontests/makemessages/models.py deleted file mode 100644 index e69de29bb2..0000000000 --- a/tests/regressiontests/makemessages/models.py +++ /dev/null |
