You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/05/25 12:17:36 UTC

svn commit: r947995 - /jackrabbit/trunk/jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java

Author: jukka
Date: Tue May 25 10:17:35 2010
New Revision: 947995

URL: http://svn.apache.org/viewvc?rev=947995&view=rev
Log:
JCR-2614: Include the WebDAV litmus tests in the Jackrabbit integration tests

Document the expected test failures.

Modified:
    jackrabbit/trunk/jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java

Modified: jackrabbit/trunk/jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java?rev=947995&r1=947994&r2=947995&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/src/test/java/org/apache/jackrabbit/webdav/simple/LitmusTest.java Tue May 25 10:17:35 2010
@@ -57,11 +57,13 @@ public class LitmusTest extends TestCase
     }
 
     public void testCopyMove() throws Exception {
-        assertLitmus("copymove", 1); // FIXME: Currently expected to fail!
+        // FIXME: JCR-2637: WebDAV shallow copy test failure
+        assertLitmus("copymove", 1);
     }
 
     public void testLocks() throws Exception {
-        assertLitmus("locks", 1); // FIXME: Currently expected to fail!
+        // FIXME: JCR-2638: Litmus locks test failures
+        assertLitmus("locks", 1);
     }
 
     private void assertLitmus(String tests, int exit) throws Exception {