You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ug...@apache.org on 2003/11/17 17:17:17 UTC

cvs commit: cocoon-2.1/src/blocks/woody/test/org/apache/cocoon/woody/datatype/convertor EnumConvertorBuilderTestCase.java

ugo         2003/11/17 08:17:17

  Modified:    src/blocks/woody/test/org/apache/cocoon/woody/datatype/convertor
                        EnumConvertorBuilderTestCase.java
  Log:
  Fix location of conf file.
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-2.1/src/blocks/woody/test/org/apache/cocoon/woody/datatype/convertor/EnumConvertorBuilderTestCase.java
  
  Index: EnumConvertorBuilderTestCase.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/test/org/apache/cocoon/woody/datatype/convertor/EnumConvertorBuilderTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EnumConvertorBuilderTestCase.java	16 Nov 2003 08:55:29 -0000	1.1
  +++ EnumConvertorBuilderTestCase.java	17 Nov 2003 16:17:17 -0000	1.2
  @@ -95,7 +95,7 @@
        * @throws Exception
        */
       public void testBuild() throws Exception {
  -        Source confSource = new ResourceSource("resource://org/apache/cocoon/woody/datatype/EnumConvertorTestCase.conf.xml");
  +        Source confSource = new ResourceSource("resource://org/apache/cocoon/woody/datatype/convertor/EnumConvertorTestCase.conf.xml");
           Document sample = parser.parse(confSource.getInputStream());
           Element convertorElement = (Element) sample.getElementsByTagNameNS(Constants.WD_NS, "convertor").item(0);
           String enumClassName = convertorElement.getElementsByTagNameNS(Constants.WD_NS, "enum").item(0).getFirstChild().getNodeValue();