Revision 9421
Added by ben leinfelder about 9 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 130 rather than "+fields.size(), fields.size() == 130);
|
|
51 |
assertTrue("The number of index schema fields should be 130 rather than "+fields.size(), fields.size() == 134);
|
|
52 | 52 |
} |
53 | 53 |
|
54 | 54 |
/** |
Also available in: Unified diff
added 4 new schema fields so need to account for them in the test case.