@@ -1436,6 +1436,20 @@ class ContentStoreTest(ModuleStoreTestCase):
...
@@ -1436,6 +1436,20 @@ class ContentStoreTest(ModuleStoreTestCase):
self.assert_course_creation_failed('There is already a course defined with the same organization and course number. Please change at least one field to be unique.')
self.assert_course_creation_failed('There is already a course defined with the same organization and course number. Please change at least one field to be unique.')
deftest_create_course_case_change(self):
"""Test new course creation - error path due to case insensitive name equality"""
self.assert_course_creation_failed('There is already a course defined with the same organization and course number. Please change at least one field to be unique.')
self.assert_course_creation_failed('There is already a course defined with the same organization and course number. Please change at least one field to be unique.')