You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2014/10/22 12:37:37 UTC

git commit: add comment to ignored test

Repository: marmotta
Updated Branches:
  refs/heads/develop 38d50f29d -> ac0efc859


add comment to ignored test


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

Branch: refs/heads/develop
Commit: ac0efc8591dc318d293481d2f8ed28568cb87b23
Parents: 38d50f2
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Wed Oct 22 12:38:07 2014 +0200
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Wed Oct 22 12:38:07 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/marmotta/kiwi/test/sesame/KiWiStoreTest.java  | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/ac0efc85/libraries/kiwi/kiwi-triplestore/src/test/java/org/apache/marmotta/kiwi/test/sesame/KiWiStoreTest.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/src/test/java/org/apache/marmotta/kiwi/test/sesame/KiWiStoreTest.java b/libraries/kiwi/kiwi-triplestore/src/test/java/org/apache/marmotta/kiwi/test/sesame/KiWiStoreTest.java
index c9398fa..684419f 100644
--- a/libraries/kiwi/kiwi-triplestore/src/test/java/org/apache/marmotta/kiwi/test/sesame/KiWiStoreTest.java
+++ b/libraries/kiwi/kiwi-triplestore/src/test/java/org/apache/marmotta/kiwi/test/sesame/KiWiStoreTest.java
@@ -48,6 +48,9 @@ public class KiWiStoreTest extends RDFStoreTest {
     }
 
 
+    /**
+     * Since we internally parse dates always into XML format the string content does not match
+     */
     @Override
     @Test
     @Ignore("time is represented properly, but string representation in KiWi is XML Gregorian")