Skip to content

Commit a3bf7f2

Browse files
georgeajitgeorgeajit
authored andcommitted
No Task - Sysouts to help in debugging
1 parent b0969de commit a3bf7f2

File tree

1 file changed

+2
-2
lines changed
  • marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests

1 file changed

+2
-2
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/RowBatcherFuncTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ public void testJoinfromViewfronLexicons() throws KeyManagementException, NoSuch
419419
if (resDoc == null)
420420
failedBuf.append("No rows returned in batch from " + e.getLowerBound() + "to" + e.getUpperBound());
421421
else {
422-
/*System.out.println("resDoc.get(0) : " + resDoc.get(0).get("myCity.city").asText());
423-
System.out.println("resDoc.get(1) : " + resDoc.get(1).get("myCity.city").asText());*/
422+
System.out.println("resDoc.get(0) : " + resDoc.get(0).get("myCity.city").asText());
423+
System.out.println("resDoc.get(1) : " + resDoc.get(1).get("myCity.city").asText());
424424
System.out.println("Thread id : " + Thread.currentThread().getId() + " is named as " + Thread.currentThread().getName());
425425
resultCity.add(resDoc.get(0).get("myCity.city").asText());
426426
resultCity.add(resDoc.get(1).get("myCity.city").asText());

0 commit comments

Comments
 (0)