Project

General

Profile

« Previous | Next » 

Revision 9157

Added by Jing Tao over 9 years ago

Change the schema test according the change on the schema itself.

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

Also available in: Unified diff