Skip to content

Commit 7c47980

Browse files
committed
updated test to have filtered query
1 parent cb5f729 commit 7c47980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-complete/src/test/java/com/marklogic/javaclient/TestPOJOQueryBuilderContainerQuery.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)