Commit 046a8eb9 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Made apps available for loading traslations in a test.

parent 86560378
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -181,7 +181,8 @@ skip_selenium = not os.environ.get('DJANGO_SELENIUM_TESTS', False)
@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