From e5c042aa4f9dd36836c7a3c135c7d7f34f4615e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s=20Rocha?= Date: Fri, 14 Mar 2014 10:21:31 -0400 Subject: [PATCH] Improve dump_course_ids test for unicode course_ids --- .../courseware/management/commands/tests/test_dump_course.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py b/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py index 4f446f3698..cc247cf6f6 100644 --- a/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py +++ b/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py @@ -47,7 +47,7 @@ class CommandsTestBase(TestCase): # Add a course with a unicode name, if the modulestore # supports adding modules. if hasattr(store, 'create_xmodule'): - CourseFactory.create(org=u'édX', + CourseFactory.create(org=u'ëḋẌ', course=u'śíḿṕĺé', display_name=u'2012_Fáĺĺ', modulestore=store)