Files
edx-platform/lms/djangoapps
Pan Luo 2b29ad2066 Fix failed test_course_about_in_cart
This test failed since d240785 on devstack.
The self.request_factory.get() just return a request object, which is
being passed to views.course_about() directly without being processed by
edxmako.middleware. The REQUEST_CONTEXT.request in
d240785b17/common/djangoapps/edxmako/middleware.py (L39)
is None, instead of request object, which contains the LANGUAGE_CODE and
other stuff used by the view.

Also cleaned up the use of MakoMiddleware. Using the method in
edxmako.tests module.
2015-07-08 23:46:51 -07:00
..
2015-06-12 11:34:39 -04:00
2015-03-20 15:48:54 -04:00
2015-03-17 07:10:31 -04:00
2015-04-28 10:23:10 -04:00
2015-03-14 13:35:18 -07:00
2015-03-17 07:10:31 -04:00
2015-07-06 08:45:03 -04:00