Closed (fixed)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 13:37 UTC
Updated:
19 Dec 2011 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
nick_vhThe spaces in the EOF are to increase readability and code syntax recognition in IDE's such as netbeans.
Comment #2
nick_vhComment #3
nick_vhSeems like the problem is the unit testing when the module is disabled. The drupal.org testbot runs the unit tests without enabling any module.
Comment #4
nick_vhThis patch converts one test to a webTestCase in order to work with objects and functions even if the module is not enabled.
Comment #5
nick_vhCommitted
Comment #6
nick_vhAs a follow up, after some discussion we actually do not want to have an error when solr is not available, in order to let drupal.org show a nice little green bar.
However, a message telling the user that solr was not available is recommended
Comment #7
nick_vhAdded the follow-up
Comment #8.0
(not verified) commentedUpdated issue summary.