@@ -31,17 +31,17 @@ public class TestPOJOQueryBuilderContainerQuery extends BasicJavaClientREST {
3131 public static void setUpBeforeClass () throws Exception {
3232// System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
3333 System .out .println ("In setup" );
34- // setupJavaRESTServer(dbName, fNames[0], restServerName,restPort);
34+ setupJavaRESTServer (dbName , fNames [0 ], restServerName ,restPort );
3535// BasicJavaClientREST.setDatabaseProperties(dbName, "trailing-wildcard-searches", true);
3636// BasicJavaClientREST.setDatabaseProperties(dbName, "word-positions", true);
3737// BasicJavaClientREST.setDatabaseProperties(dbName, "element-word-positions", true);
38- // BasicJavaClientREST.addRangePathIndex(dbName, "long", "com.marklogic.javaclient.Artifact/inventory", "", "reject",true);
38+ BasicJavaClientREST .addRangePathIndex (dbName , "long" , "com.marklogic.javaclient.Artifact/inventory" , "" , "reject" ,true );
3939 }
4040
4141 @ AfterClass
4242 public static void tearDownAfterClass () throws Exception {
4343 System .out .println ("In tear down" );
44- // tearDownJavaRESTServer(dbName, fNames, restServerName);
44+ tearDownJavaRESTServer (dbName , fNames , restServerName );
4545 }
4646 @ Before
4747 public void setUp () throws Exception {
0 commit comments