Skip to content

Commit e5992b9

Browse files
Ajit GeorgeAjit George
authored andcommitted
Fix test for Git issue #128 in datamovement repository.
1 parent c7caa92 commit e5992b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public void testAndWordQuery() throws IOException, ParserConfigurationException,
259259

260260
assertTrue("URI returned not correct", res[0].contains("/abs-range-constraint/batcher-contraints4.xml"));
261261
//Verify Fores Name.
262-
assertTrue("Forest name not correct", res[1].contains(fNames[0]));
262+
assertTrue("Forest name not correct", res[2].contains(fNames[0]));
263263
}
264264
}
265265
catch(Exception e) {

0 commit comments

Comments
 (0)