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/10/26 14:10:30 UTC

svn commit: r588618 - /lenya/trunk/src/impl/test/org/apache/lenya/cms/rc/RevisionControllerTest.java

Author: andreas
Date: Fri Oct 26 05:10:30 2007
New Revision: 588618

URL: http://svn.apache.org/viewvc?rev=588618&view=rev
Log:
Commented out invalid checks to avoid NPE in RevisionControllerTest

Modified:
    lenya/trunk/src/impl/test/org/apache/lenya/cms/rc/RevisionControllerTest.java

Modified: lenya/trunk/src/impl/test/org/apache/lenya/cms/rc/RevisionControllerTest.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/impl/test/org/apache/lenya/cms/rc/RevisionControllerTest.java?rev=588618&r1=588617&r2=588618&view=diff
==============================================================================
--- lenya/trunk/src/impl/test/org/apache/lenya/cms/rc/RevisionControllerTest.java (original)
+++ lenya/trunk/src/impl/test/org/apache/lenya/cms/rc/RevisionControllerTest.java Fri Oct 26 05:10:30 2007
@@ -77,8 +77,8 @@
         String source = args[1];
         String identityD = args[2];
         String destination = args[3];
-        doc1.getRepositoryNode().checkout();
-        doc2.getRepositoryNode().checkin();
+        //doc1.getRepositoryNode().checkout();
+        //doc2.getRepositoryNode().checkin();
     }
 
 }



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