Project

General

Profile

« Previous | Next » 

Revision 10012

Added by Jing Tao over 7 years ago

Change the solr core to 3.6.2

View differences:

SolrQueryServiceControllerTest.java
32 32
        String version = SolrQueryServiceController.getInstance().getSolrSpecVersion();
33 33
        //System.out.println("version is ======================== "+version);
34 34
        assertTrue(version != null);
35
        assertTrue("The version should be 3.4.0.2011.09.09.09.06.42 rather than "+version, version.equals("3.4.0.2011.09.09.09.06.42"));
35
        assertTrue("The version should be 3.6.2.2012.12.18.19.52.59 rather than "+version, version.equals("3.6.2.2012.12.18.19.52.59"));
36 36
    }
37 37
    
38 38
    

Also available in: Unified diff