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 2004/01/06 09:15:55 UTC

cvs commit: cocoon-lenya/src/test/org/apache/lenya/cms/rc RCMLTest.java

andreas     2004/01/06 00:15:55

  Modified:    src/test/org/apache/lenya/cms/rc RCMLTest.java
  Log:
  updated method signature
  
  Revision  Changes    Path
  1.4       +2 -2      cocoon-lenya/src/test/org/apache/lenya/cms/rc/RCMLTest.java
  
  Index: RCMLTest.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/test/org/apache/lenya/cms/rc/RCMLTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RCMLTest.java	4 Aug 2003 09:25:06 -0000	1.3
  +++ RCMLTest.java	6 Jan 2004 08:15:55 -0000	1.4
  @@ -105,7 +105,7 @@
   
   		try {
   			RCML rcml = new RCML(args[0], args[1], args[2]);
  -			rcml.checkOutIn(RCML.co, "michi", new Date().getTime());
  +			rcml.checkOutIn(RCML.co, "michi", new Date().getTime(), false);
   
   			new DOMWriter(new PrintWriter(System.out)).print(this.document);
   
  
  
  

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