Project

General

Profile

« Previous | Next » 

Revision 10091

Added by Jing Tao over 7 years ago

Change the test since we added a new schema field.

View differences:

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

Also available in: Unified diff