diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-10-01 21:02:42 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-10-01 21:04:28 -0300 |
| commit | 65950805eb638d6539d7fde7f89dd2215d158ff9 (patch) | |
| tree | 33d7d8ac29e93d0fbc7bd7890fe53db6262f6075 | |
| parent | d16753eecd3c97c781382fbb4c119f6bae314487 (diff) | |
[1.6.x] Fixed tests breakage from last commit.
| -rw-r--r-- | tests/i18n/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py index 79faa4d01b..ae9d9f1970 100644 --- a/tests/i18n/tests.py +++ b/tests/i18n/tests.py @@ -38,7 +38,7 @@ if find_command('xgettext'): from .commands.extraction import (ExtractorTests, BasicExtractorTests, JavascriptExtractorTests, IgnoredExtractorTests, SymlinkExtractorTests, CopyPluralFormsExtractorTests, NoWrapExtractorTests, - NoLocationExtractorTests, KeepPotFileExtractorTests, + LocationCommentsTests, KeepPotFileExtractorTests, MultipleLocaleExtractionTests) if find_command('msgfmt'): from .commands.compilation import (PoFileTests, PoFileContentsTests, |
