Update comment to reflect the code in lang_pref tests

This commit is contained in:
Calen Pennington
2017-05-03 11:09:18 -04:00
parent dc855dd647
commit 74ce1ae918

View File

@@ -104,7 +104,8 @@ class TestUserPreferenceMiddleware(TestCase):
(logged_in, ) + test_def
for logged_in in (True, False)
for test_def in [
# (LANGUAGE_COOKIE, LANGUAGE_SESSION_KEY, Accept-Language In, Accept-Language Out)
# (LANGUAGE_COOKIE, LANGUAGE_SESSION_KEY, Accept-Language In,
# Accept-Language Out, Session Lang Out)
(None, None, None, None, None),
(None, 'eo', None, None, 'eo'),
(None, 'en', None, None, 'en'),