Repository: marmotta
Updated Branches:
  refs/heads/ldp 3bdb2686c -> 99ab47123


MARMOTTA-508: including useful stuff for reporting


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

Branch: refs/heads/ldp
Commit: 99ab47123c256ba634e77f3c43af2d7e4e466f06
Parents: 3bdb268
Author: Sergio Fernández <[email protected]>
Authored: Tue Sep 16 19:09:35 2014 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Tue Sep 16 19:09:35 2014 +0200

----------------------------------------------------------------------
 .../org/apache/marmotta/platform/ldp/LdpSuiteTest.java    | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/99ab4712/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 771be78..7e13591 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
@@ -116,6 +116,16 @@ public class LdpSuiteTest {
             options.put("httpLogging", null);
             options.put("skipLogging", null);
             options.put("excludedGroups", "MANUAL");
+
+            //reporting stuff
+            //options.put("earl", null);
+            //options.put("software", "Apache Marmotta");
+            //options.put("language", "Java");
+            //options.put("homepage", "http://marmotta.apache.org";);
+            //options.put("assertor", "http://marmotta.apache.org";);
+            //options.put("shortname", "Marmotta");
+            //options.put("developer", "Jakob Frank, Sergio Fernández");
+
             testSuite = new LdpTestSuite(options);
         } finally {
             conn.close();

Reply via email to