Skip to content

Commit

Permalink
Remove test that isn't actually testing the catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 1, 2018
1 parent efdcc5f commit 972d91a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Products/CMFPlone/tests/testCatalogTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,9 +1001,6 @@ def assertResults(self, result, expect):
rhs.sort()
self.assertEqual(lhs, rhs)

def testCeilingPatch(self):
self.assertEqual(self.folder.doc.expires(), CEILING_DATE)

def testSearchResults(self):
res = self.catalog.searchResults()
self.assertResults(res, base_content)
Expand Down

0 comments on commit 972d91a

Please sign in to comment.