Revision 9019
Added by Jing Tao almost 10 years ago
metacat-common/src/test/java/edu/ucsb/nceas/metacat/common/query/SolrQueryServiceControllerTest.java | ||
---|---|---|
48 | 48 |
public void testgetIndexSchemaFields() throws Exception { |
49 | 49 |
Map<String, SchemaField> fields = SolrQueryServiceController.getInstance().getIndexSchemaFields(); |
50 | 50 |
assertTrue(fields != null); |
51 |
assertTrue("The number of index schema fields should be 115 rather than "+fields.size(), fields.size() == 115);
|
|
51 |
assertTrue("The number of index schema fields should be 118 rather than "+fields.size(), fields.size() == 118);
|
|
52 | 52 |
} |
53 | 53 |
|
54 | 54 |
/** |
Also available in: Unified diff
Change the number of the schema feilds.