Skip to content

Commit

Permalink
Made apps available for loading traslations in a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Dec 22, 2013
1 parent 8656037 commit 046a8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/view_tests/tests/test_i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ def testI18NWithLocalePaths(self):
@unittest.skipUnless(firefox, 'Selenium not installed')
class JavascriptI18nTests(LiveServerTestCase):

available_apps = []
# The test cases use translations from these apps.
available_apps = ['django.contrib.admin', 'view_tests']
urls = 'view_tests.urls'

@classmethod
Expand Down

0 comments on commit 046a8eb

Please sign in to comment.