Commit e5c042aa by Carlos Andrés Rocha

Improve dump_course_ids test for unicode course_ids

parent ac6b9f8e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment