You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/07/07 18:22:13 UTC

svn commit: r419918 - /lenya/trunk/src/modules/repository/java/test/org/apache/lenya/cms/repo/RepositoryTest.java

Author: andreas
Date: Fri Jul  7 09:22:12 2006
New Revision: 419918

URL: http://svn.apache.org/viewvc?rev=419918&view=rev
Log:
Made RepositoryTest abstract so it isn't executed by JUnit

Modified:
    lenya/trunk/src/modules/repository/java/test/org/apache/lenya/cms/repo/RepositoryTest.java

Modified: lenya/trunk/src/modules/repository/java/test/org/apache/lenya/cms/repo/RepositoryTest.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/repository/java/test/org/apache/lenya/cms/repo/RepositoryTest.java?rev=419918&r1=419917&r2=419918&view=diff
==============================================================================
--- lenya/trunk/src/modules/repository/java/test/org/apache/lenya/cms/repo/RepositoryTest.java (original)
+++ lenya/trunk/src/modules/repository/java/test/org/apache/lenya/cms/repo/RepositoryTest.java Fri Jul  7 09:22:12 2006
@@ -28,7 +28,7 @@
 /**
  * JCR repository test.
  */
-public class RepositoryTest extends TestCase {
+public abstract class RepositoryTest extends TestCase {
 
     protected static final String AREA_ID = "authoring";
     protected static final String PUBLICATION_ID = "test";
@@ -43,7 +43,7 @@
         setWebappDirectory(System.getProperty("test.repo.webappDirectory"));
         setRepositoryFactory(System.getProperty("test.repo.repositoryFactory"));
     }
-
+    
     private String webappDirectory;
     private String repositoryFactory;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org