Revision 8140
Added by Jing Tao over 11 years ago
metacat-common/src/test/java/edu/ucsb/nceas/metacat/common/query/SolrQueryServiceControllerTest.java | ||
---|---|---|
18 | 18 |
import org.junit.Test; |
19 | 19 |
import org.xml.sax.SAXException; |
20 | 20 |
|
21 |
public class SolrQueryServiceControllerTest { |
|
21 |
import edu.ucsb.nceas.metacat.common.MetacatCommonTestBase; |
|
22 |
|
|
23 |
public class SolrQueryServiceControllerTest extends MetacatCommonTestBase { |
|
22 | 24 |
/** |
23 | 25 |
* Test get the solr version |
24 | 26 |
* @throws SAXException |
Also available in: Unified diff
Extends the test class for the base test class.