From 2ac6d78a9061ef962bc40e317a1629688e75312f Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Thu, 12 Sep 2013 16:01:51 -0400 Subject: [PATCH] update comment --- cms/djangoapps/contentstore/tests/test_contentstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/tests/test_contentstore.py b/cms/djangoapps/contentstore/tests/test_contentstore.py index 9bea3b2784..b5b8bab587 100644 --- a/cms/djangoapps/contentstore/tests/test_contentstore.py +++ b/cms/djangoapps/contentstore/tests/test_contentstore.py @@ -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