dion        2003/02/01 22:48:57

  Modified:    jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml
                        suite.jelly
  Log:
  Add failing test commented out
  
  Revision  Changes    Path
  1.4       +8 -0      
jakarta-commons-sandbox/jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- suite.jelly       22 Jan 2003 10:56:27 -0000      1.3
  +++ suite.jelly       2 Feb 2003 06:48:57 -0000       1.4
  @@ -240,5 +240,13 @@
                <test:assertEquals expected="&lt;!--this is a comment--&gt;" 
actual="${t.trim()}"/>
     </test:case>
     
  +  <test:case name="testFileParse">
  +    <j:new var="theSuite" className="java.io.File">
  +      <j:arg 
value="${basedir}/src/test/org/apache/commons/jelly/tags/xml/suite.jelly"/>
  +    </j:new>
  +    exists = ${theSuite.exists()}, readable = ${theSuite.canRead()}, 
class=${theSuite.class.name}
  +    <!-- this test fails with beanutils 1.6 
  +    <x:parse var="suite" xml="${theSuite}"/> -->
  +  </test:case>
   
   </test:suite>
  
  
  

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

Reply via email to