Skip to content

Commit ae10e65

Browse files
Ajit GeorgeAjit George
authored andcommitted
Commented apache.http.wire debug setting in test files.
1 parent 829c10f commit ae10e65

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestBiTemporal.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,9 +2689,9 @@ public void testPeriodCompareQueryBasedOnALNContains()
26892689
@Test
26902690
// Test LSQT Query using temporalLsqtQuery. Do the query as REST reader
26912691
public void testLsqtQuery() throws Exception {
2692-
System.setProperty(
2692+
/*System.setProperty(
26932693
"org.apache.commons.logging.simplelog.log.org.apache.http.wire",
2694-
"debug");
2694+
"debug");*/
26952695

26962696
ConnectedRESTQA.updateTemporalCollectionForLSQT(dbName,
26972697
temporalLsqtCollectionName, true);
@@ -2718,9 +2718,9 @@ public void testLsqtQuery() throws Exception {
27182718
@Test
27192719
// Test LSQT Query using temporalLsqtQuery. Do the query as REST admin
27202720
public void testLsqtQueryAsAdmin() throws Exception {
2721-
System.setProperty(
2721+
/*System.setProperty(
27222722
"org.apache.commons.logging.simplelog.log.org.apache.http.wire",
2723-
"debug");
2723+
"debug");*/
27242724

27252725
ConnectedRESTQA.updateTemporalCollectionForLSQT(dbName,
27262726
temporalLsqtCollectionName, true);

test-complete/src/test/java/com/marklogic/client/functionaltest/TestBulkReadWriteWithJacksonParserHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class TestBulkReadWriteWithJacksonParserHandle extends
8080
@BeforeClass
8181
public static void setUp() throws Exception {
8282
System.out.println("In setup");
83-
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
83+
/*System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");*/
8484
configureRESTServer(dbName, fNames);
8585
setupAppServicesConstraint(dbName);
8686

test-complete/src/test/java/com/marklogic/client/functionaltest/TestEvalJavaScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static void setUpBeforeClass() throws Exception {
7676
configureRESTServer(dbName, fNames, false);
7777
TestEvalXquery.createUserRolesWithPrevilages("test-js-eval", "xdbc:eval", "xdbc:eval-in","xdmp:eval-in","xdmp:invoke-in","xdmp:invoke","xdbc:invoke-in","any-uri","xdbc:invoke");
7878
TestEvalXquery.createRESTUser("eval-user", "x", "test-js-eval");
79-
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
79+
/*System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");*/
8080
}
8181

8282
@AfterClass

test-complete/src/test/java/com/marklogic/client/functionaltest/TestPartialUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class TestPartialUpdate extends BasicJavaClientREST {
6565
public static void setUp() throws Exception
6666
{
6767
System.out.println("In setup");
68-
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");
68+
/*System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.wire", "debug");*/
6969
configureRESTServer(dbName, fNames);
7070
setupAppServicesConstraint(dbName);
7171

0 commit comments

Comments
 (0)