Log Message: |
Functional tests overhaul. Solr now must be externally installed, and is configurd by default to assume
a full trunk Solr checkout directory structure and points to the example Solr installation.
There are several environment configuration parameters available to control the settings for the functional tests:
SOLR_CONSOLE: If true, shows Solr console (default: false)
SOLR_JETTY_HOME: Directory where Jetty and Solr are installed (default: ../../../example)
SOLR_JETTY_PORT: Port to launch test Jetty instance (default: 8888)
SOLR_HOME: Parent directory of Solr's "conf" directory (default: test)
|