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 2007/11/04 23:11:28 UTC

svn commit: r591852 - /lenya/sandbox/modules/forrest/java/test/org/apache/lenya/modules/forrest/ImportTest.java

Author: andreas
Date: Sun Nov  4 14:11:28 2007
New Revision: 591852

URL: http://svn.apache.org/viewvc?rev=591852&view=rev
Log:
Disabled forrest module test method

Modified:
    lenya/sandbox/modules/forrest/java/test/org/apache/lenya/modules/forrest/ImportTest.java

Modified: lenya/sandbox/modules/forrest/java/test/org/apache/lenya/modules/forrest/ImportTest.java
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/java/test/org/apache/lenya/modules/forrest/ImportTest.java?rev=591852&r1=591851&r2=591852&view=diff
==============================================================================
--- lenya/sandbox/modules/forrest/java/test/org/apache/lenya/modules/forrest/ImportTest.java (original)
+++ lenya/sandbox/modules/forrest/java/test/org/apache/lenya/modules/forrest/ImportTest.java Sun Nov  4 14:11:28 2007
@@ -137,7 +137,7 @@
         session.commit();
     }
     
-    public void testRemoveUuids() throws Exception {
+    public void disabled_testRemoveUuids() throws Exception {
         Session session = login("lenya");
         Publication pub = getPublication(session, PUB_ID);
         Area area = pub.getArea("authoring");
@@ -154,6 +154,9 @@
         }
         
         session.commit();
+    }
+    
+    public void testNothing() {
     }
 
 }



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