Project

General

Profile

« Previous | Next » 

Revision 8841

Added by Jing Tao almost 10 years ago

Adjust the number of schema fields since new ones were added.

View differences:

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 111 rather than "+fields.size(), fields.size() == 111);
51
       assertTrue("The number of index schema fields should be 115 rather than "+fields.size(), fields.size() == 115);
52 52
    }
53 53
    
54 54
    /**

Also available in: Unified diff