From d4f85d876b6b95adc2b4ab6a371afc0bc209f598 Mon Sep 17 00:00:00 2001 From: "E. Kolpakov" Date: Fri, 17 Apr 2015 12:24:37 +0300 Subject: [PATCH] Removed unnecessary comments --- cms/djangoapps/contentstore/tests/test_courseware_index.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cms/djangoapps/contentstore/tests/test_courseware_index.py b/cms/djangoapps/contentstore/tests/test_courseware_index.py index c67ff6338a..57117fe176 100644 --- a/cms/djangoapps/contentstore/tests/test_courseware_index.py +++ b/cms/djangoapps/contentstore/tests/test_courseware_index.py @@ -593,7 +593,6 @@ class TestTaskExecution(ModuleStoreTestCase): response = searcher.search(field_dictionary={"course": unicode(self.course.id)}) self.assertEqual(response["total"], 0) - # update_search_index(unicode(self.course.id), datetime.now(UTC).isoformat()) listen_for_course_publish(self, self.course.id) # Note that this test will only succeed if celery is working in inline mode @@ -607,7 +606,6 @@ class TestTaskExecution(ModuleStoreTestCase): response = searcher.search(field_dictionary={"library": library_search_key}) self.assertEqual(response["total"], 0) - # update_search_index(unicode(self.library.location.library_key), datetime.now(UTC).isoformat()) listen_for_library_update(self, self.library.location.library_key) # Note that this test will only succeed if celery is working in inline mode