summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-10-01 21:02:42 -0300
committerRamiro Morales <cramm0@gmail.com>2013-10-01 21:02:42 -0300
commit43959d1057f882e680545acd17e91c05691f177b (patch)
treee461a87561f0a4461ebc9afac99382917f525092
parent4b715fc05a75c375d5afe1860ce748ae2a2e290b (diff)
Fixed tests breakage from last commit.
-rw-r--r--tests/i18n/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py
index d085e96cc9..dc6c2ea5b2 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,