Repository: marmotta
Updated Branches:
  refs/heads/ldp 93caa0f61 -> 119454412


MARMOTTA-508: make use of the new SkipException logging, further details at 
https://github.com/w3c/ldp-testsuite/issues/178


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/11945441
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/11945441
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/11945441

Branch: refs/heads/ldp
Commit: 1194544122eab08fdc58ba3be516fa0d6c580942
Parents: 93caa0f
Author: Sergio Fernández <[email protected]>
Authored: Fri Sep 12 13:20:50 2014 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Fri Sep 12 13:20:53 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/marmotta/platform/ldp/LdpSuiteTest.java    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/11945441/platform/marmotta-ldp/src/test/java/org/apache/marmotta/platform/ldp/LdpSuiteTest.java
----------------------------------------------------------------------
diff --git 
a/platform/marmotta-ldp/src/test/java/org/apache/marmotta/platform/ldp/LdpSuiteTest.java
 
b/platform/marmotta-ldp/src/test/java/org/apache/marmotta/platform/ldp/LdpSuiteTest.java
index a1e8eec..8b90b3e 100644
--- 
a/platform/marmotta-ldp/src/test/java/org/apache/marmotta/platform/ldp/LdpSuiteTest.java
+++ 
b/platform/marmotta-ldp/src/test/java/org/apache/marmotta/platform/ldp/LdpSuiteTest.java
@@ -91,7 +91,8 @@ public class LdpSuiteTest {
                     IOUtils.toInputStream("<> a 
<http://example.com/ldp/ResourceInteraction> . "));
             conn.commit();
 
-            log.info("Running W3C official LDP Test Suite against '{}' 
server", container);
+            log.info("Running W3C official LDP Test Suite against '{}' 
server", baseUrl);
+            log.debug("(using {} as root container)", container);
             Map<String, String> options = new HashMap<>();
             options.put("server", container);
             options.put("basic", null);
@@ -100,7 +101,8 @@ public class LdpSuiteTest {
             if (!LdpService.SERVER_MANAGED_PROPERTIES.isEmpty()) {
                 options.put("read-only-prop", 
LdpService.SERVER_MANAGED_PROPERTIES.iterator().next().stringValue());
             }
-            options.put("skipLogging", "true");
+            options.put("httpLogging", null);
+            options.put("skipLogging", null);
             options.put("excludedGroups", "MANUAL");
             testSuite = new LdpTestSuite(options);
         } finally {

Reply via email to