From 43959d1057f882e680545acd17e91c05691f177b Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Tue, 1 Oct 2013 21:02:42 -0300 Subject: [PATCH] Fixed tests breakage from last commit. --- tests/i18n/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,