Project

General

Profile

« Previous | Next » 

Revision 9546

Added by Jing Tao about 8 years ago

Change the number of fields in the test

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

Also available in: Unified diff