update comment

This commit is contained in:
Chris Dodge
2013-09-12 16:01:51 -04:00
parent bf67c83340
commit 2ac6d78a90

View File

@@ -1303,7 +1303,7 @@ class ContentStoreTest(ModuleStoreTestCase):
self.assertFalse(are_permissions_roles_seeded(course_id))
def test_forum_unseeding_with_different_casing(self):
"""Test new course creation and verify forum unseeding """
"""Make sure that we honor case sensitivity when unseeding forums"""
test_course_data = self.assert_created_course(number_suffix=uuid4().hex)
# make sure we don't delete a forum permissions set with different casing
# than the passed in course_id. This is because Mongo and MySQL are using different collations