Skip to content

Commit

Permalink
remove dupplicate class
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Sep 14, 2016
1 parent 8973ba3 commit e79ba3d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/collective/solr/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,6 @@ def __call__(self, conn, **data):
raise Exception('Test')


class RaisingAdder(DefaultAdder):
"""AddHandler that raises an exception when called
"""

implements(ISolrAddHandler)

def __call__(self, conn, **data):
raise Exception('Test')


class SolrMaintenanceTests(TestCase):
layer = LEGACY_COLLECTIVE_SOLR_FUNCTIONAL_TESTING

Expand Down

0 comments on commit e79ba3d

Please sign in to comment.