jakarta-commons  

cvs commit: jakarta-commons-sandbox/latka-webapp/webapp RunTestBody.jsp

morgand
Tue, 04 Sep 2001 10:21:43 -0700

morgand     01/09/04 10:22:46

  Modified:    latka-webapp/webapp RunTestBody.jsp
  Log:
  XML validation now configurable
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons-sandbox/latka-webapp/webapp/RunTestBody.jsp
  
  Index: RunTestBody.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/latka-webapp/webapp/RunTestBody.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RunTestBody.jsp   2001/09/04 17:00:46     1.3
  +++ RunTestBody.jsp   2001/09/04 17:22:46     1.4
  @@ -3,7 +3,7 @@
   <latka:sessionProperties id="props"/>
   
   <pre>
  -<latka:executeSuite properties="props">
  +<latka:executeSuite properties="props" validate="false">
     <%= request.getParameter("testBody") %>
   </latka:executeSuite>
   </pre>