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/06 15:37:00 UTC

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

Author: andreas
Date: Tue Nov  6 06:37:00 2007
New Revision: 592438

URL: http://svn.apache.org/viewvc?rev=592438&view=rev
Log:
Commented out forrest import method which uses not-yet-committed core methods

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=592438&r1=592437&r2=592438&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 Tue Nov  6 06:37:00 2007
@@ -137,6 +137,10 @@
         session.commit();
     }
     
+    /**
+     * The method is temporarily disabled because some methods it relies on are not yet committed into the
+     * trunk.
+     * 
     public void disabled_testRemoveUuids() throws Exception {
         Session session = login("lenya");
         Publication pub = getPublication(session, PUB_ID);
@@ -155,6 +159,7 @@
         
         session.commit();
     }
+     */
     
     public void testNothing() {
     }



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