Removed unnecessary comments

This commit is contained in:
E. Kolpakov
2015-04-17 12:24:37 +03:00
parent 3b348b7d3f
commit d4f85d876b

View File

@@ -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