You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/10 08:55:55 UTC

cvs commit: cocoon-2.1/src/blocks/forms/test/org/apache/cocoon/forms/datatype EnumSelectionListTestCase.java

cziegeler    2004/03/09 23:55:55

  Modified:    src/blocks/forms/test/org/apache/cocoon/forms/datatype
                        EnumSelectionListTestCase.java
  Log:
  Fixing test case
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/blocks/forms/test/org/apache/cocoon/forms/datatype/EnumSelectionListTestCase.java
  
  Index: EnumSelectionListTestCase.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/test/org/apache/cocoon/forms/datatype/EnumSelectionListTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EnumSelectionListTestCase.java	9 Mar 2004 13:08:46 -0000	1.2
  +++ EnumSelectionListTestCase.java	10 Mar 2004 07:55:55 -0000	1.3
  @@ -30,7 +30,7 @@
   import org.apache.avalon.framework.service.WrapperServiceManager;
   import org.apache.cocoon.transformation.I18nTransformer;
   import org.apache.cocoon.forms.Constants;
  -import org.apache.cocoon.forms.datatype.EnumType;
  +import org.apache.cocoon.forms.datatype.typeimpl.EnumType;
   import org.apache.cocoon.xml.dom.DOMBuilder;
   import org.apache.excalibur.source.impl.ResourceSource;
   import org.custommonkey.xmlunit.Diff;