Skip to content

Commit

Permalink
Trigger travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 23, 2016
1 parent ddbd68b commit 52e4bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/solr/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def activateAndReindex(portal):
activate()
response = portal.REQUEST.RESPONSE
original = response.write
response.write = lambda x: x # temporarily ignore output
response.write = lambda x: x # temporarily ignore output
maintenance = portal.unrestrictedTraverse('@@solr-maintenance')
maintenance.clear()
maintenance.reindex()
Expand Down

0 comments on commit 52e4bba

Please sign in to comment.