dion        2003/01/16 20:45:47

  Modified:    
jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate
                        suite.jelly
  Log:
  Remove log taglib usage
  
  Revision  Changes    Path
  1.2       +3 -5      
jakarta-commons-sandbox/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly
  
  Index: suite.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- suite.jelly       6 Jan 2003 15:46:45 -0000       1.1
  +++ suite.jelly       17 Jan 2003 04:45:47 -0000      1.2
  @@ -1,9 +1,7 @@
   <?xml version="1.0"?>
   <test:suite 
        xmlns:j="jelly:core" 
  -     xmlns:x="jelly:xml" 
  -     xmlns:test="jelly:junit" 
  -     xmlns:log="jelly:log" 
  +     xmlns:test="jelly:junit"
        xmlns:v="jelly:validate">
   
   <!-- test RelaxNG --> 
  @@ -52,7 +50,7 @@
   
   <test:assert test="${!flag}">The document should not be valid</test:assert>
   <test:assert test="${exception != null}">An exception should have been 
thrown</test:assert>
  -<log:info>The exception was ${exception.message}</log:info>
  +The exception was ${exception.message}
     
   </test:case>
   
  @@ -102,7 +100,7 @@
   
   <test:assert test="${!flag}">The document should not be valid</test:assert>
   <test:assert test="${exception != null}">An exception should have been 
thrown</test:assert>
  -<log:info>The exception was ${exception.message}</log:info>
  +The exception was ${exception.message}
     
   </test:case>
      
  
  
  

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

Reply via email to