You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by st...@apache.org on 2003/10/10 00:35:31 UTC

cvs commit: cocoon-lenya/src/test/org/apache/lenya/cms/workflow WorkflowTest.java

stefano     2003/10/09 15:35:31

  Modified:    src/test/org/apache/lenya/cms/workflow WorkflowTest.java
  Log:
  removing assertions from test (we should aim at 1.3 compatibility)
  
  Revision  Changes    Path
  1.19      +0 -2      cocoon-lenya/src/test/org/apache/lenya/cms/workflow/WorkflowTest.java
  
  Index: WorkflowTest.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/test/org/apache/lenya/cms/workflow/WorkflowTest.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- WorkflowTest.java	2 Sep 2003 13:41:51 -0000	1.18
  +++ WorkflowTest.java	9 Oct 2003 22:35:30 -0000	1.19
  @@ -236,9 +236,7 @@
            * @param value The variable value.
            */
           public TestSituation(String user, String event, boolean value) {
  -            assert user != null;
               this.user = user;
  -            assert event != null;
               this.event = event;
               this.value = value;
           }
  
  
  

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