jstrachan    02/02/08 23:39:02

  Added:       betwixt/src/test/org/apache/commons/digester/rss
                        Channel.betwixt.xml
  Log:
  Added the Channel.betwixt.xml test file for the JUnit test case that I accidentally 
forgot to checkin with the last commit
  
  Revision  Changes    Path
  1.1                  
jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/digester/rss/Channel.betwixt.xml
  
  Index: Channel.betwixt.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  <info primitiveTypes="element">
    <element name="channel">
      <element name="title" property="title"/>
      <element name="item" loop="true" property="items"/>
      <addDefaults/>
    </element>
  </info>
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to