Fix schema (scheam) typo in test configurations
-----------------------------------------------
Key: SOLR-2856
URL: https://issues.apache.org/jira/browse/SOLR-2856
Project: Solr
Issue Type: Bug
Reporter: Erik Hatcher
There's a bunch of scheam typos in the Solr test configurations. Is this
intentional? If not, we should fix just for sanity's sake.
Here's a list:
{code}
Targets
String 'scheam'
Found usages (6 usages)
Unclassified usage (6 usages)
org.apache.solr.core (2 usages)
TestConfig.java (2 usages)
(112: 58) // should not contain: <gettableFiles>solrconfig.xml
scheam.xml admin-extra.html</gettableFiles>
(113: 52)
assertFalse(handler.getHiddenFiles().contains("scheam.xml".toUpperCase(Locale.ENGLISH)));
solr (1 usage)
crazy-path-to-config.xml (1 usage)
(76: 35) <gettableFiles>solrconfig.xml
scheam.xml</gettableFiles>
solr.conf (3 usages)
solrconfig-elevate.xml (1 usage)
(212: 35) <gettableFiles>solrconfig.xml scheam.xml
admin-extra.html</gettableFiles>
solrconfig-termindex.xml (1 usage)
(57: 35) <gettableFiles>solrconfig.xml scheam.xml
admin-extra.html</gettableFiles>
solrconfig.xml (1 usage)
(486: 35) <gettableFiles>solrconfig.xml scheam.xml
admin-extra.html</gettableFiles>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]