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/07 11:14:41 UTC

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

Author: andreas
Date: Wed Nov  7 02:14:41 2007
New Revision: 592681

URL: http://svn.apache.org/viewvc?rev=592681&view=rev
Log:
Commented out code which relies on methods which are not committed yet to the trunk

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=592681&r1=592680&r2=592681&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 Wed Nov  7 02:14:41 2007
@@ -104,6 +104,10 @@
         session.commit();
     }
     
+    /**
+     * The method is temporarily disabled because some methods it relies on are not yet committed into the
+     * trunk.
+     * 
     public void disabled_testRemoveEmptyDocs() throws Exception {
         Session session = login("lenya");
         Publication pub = getPublication(session, PUB_ID);
@@ -136,6 +140,7 @@
         }
         session.commit();
     }
+    */
     
     /**
      * The method is temporarily disabled because some methods it relies on are not yet committed into the



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