You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dp...@apache.org on 2010/03/30 14:48:02 UTC

svn commit: r929116 - in /incubator/chemistry/trunk/chemistry/chemistry-tests: pom.xml src/test/java/org/apache/chemistry/test/TestJcrRepository.java

Author: dpfister
Date: Tue Mar 30 12:48:02 2010
New Revision: 929116

URL: http://svn.apache.org/viewvc?rev=929116&view=rev
Log:
CMIS-186 - Adding folder fails: ""Read-only property: cmis:path"
- enable TestJcrRepository, exclude testQuery

Modified:
    incubator/chemistry/trunk/chemistry/chemistry-tests/pom.xml
    incubator/chemistry/trunk/chemistry/chemistry-tests/src/test/java/org/apache/chemistry/test/TestJcrRepository.java

Modified: incubator/chemistry/trunk/chemistry/chemistry-tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tests/pom.xml?rev=929116&r1=929115&r2=929116&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tests/pom.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tests/pom.xml Tue Mar 30 12:48:02 2010
@@ -145,15 +145,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <!-- excluded until tests pass -->
-            <exclude>**/TestJcrRepository.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 

Modified: incubator/chemistry/trunk/chemistry/chemistry-tests/src/test/java/org/apache/chemistry/test/TestJcrRepository.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tests/src/test/java/org/apache/chemistry/test/TestJcrRepository.java?rev=929116&r1=929115&r2=929116&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-tests/src/test/java/org/apache/chemistry/test/TestJcrRepository.java (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-tests/src/test/java/org/apache/chemistry/test/TestJcrRepository.java Tue Mar 30 12:48:02 2010
@@ -142,6 +142,12 @@ public class TestJcrRepository extends B
     }
 
     @Override
+    public void testQuery() {
+        // Overridden to be skipped, because we deliberately did
+        // not configure a search manager in our repository.xml
+    }
+
+    @Override
     public void tearDown() throws Exception {
         super.tearDown();
         session.logout();