rlubke      02/01/04 13:46:38

  Modified:    src/conf jsp-gtest.xml
  Log:
   - Removed gtest task entries for engine/JspWriter/write tests.
  
  Revision  Changes    Path
  1.14      +0 -65     jakarta-watchdog-4.0/src/conf/jsp-gtest.xml
  
  Index: jsp-gtest.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/jsp-gtest.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jsp-gtest.xml     4 Jan 2002 21:18:39 -0000       1.13
  +++ jsp-gtest.xml     4 Jan 2002 21:46:38 -0000       1.14
  @@ -824,71 +824,6 @@
           testStrategy="testing PageContext positivePushBody() features "
        />
   
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteCharArray1.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteCharArray1.html"
  -        testName="positiveWriteCharArray1.jsp" 
  -        assertion=" Test for JspWriter write(char c[]) method, specified in the 
Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(char c[]) features "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteCharArray2.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteCharArray2.html"
  -        testName="positiveWriteCharArray2.jsp" 
  -        assertion="Test for JspWriter write(char[] c,int off,int len) method, 
specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(char[] c,int off,int len) features "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteInt.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteInt.html"
  -        testName="positiveWriteInt.jsp" 
  -        assertion="Test for JspWriter write(int i) method, specified in the Java 
Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(int i) features "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteStr.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteStr.html"
  -        testName="positiveWriteStr.jsp" 
  -        assertion="Test for JspWriter write(java.lang.String str) method, specified 
in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(java.lang.String str) features "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteStrOffset.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteStrOffset.html"
  -        testName="positiveWriteStrOffset.jsp" 
  -        assertion="Test for JspWriter write(java.lang.String str,int off,int len) 
method, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(java.lang.String str,int off,int len) 
features "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteIntExt.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteIntExt.html"
  -        testName="positiveWriteIntExt.jsp" 
  -        assertion="Another test for JspWriter write(int i) method, specified in the 
Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(int i) features "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteIntMaxValue.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           
goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteIntMaxValue.html"
  -        testName="positiveWriteIntMaxValue.jsp" 
  -        assertion="Another test for JspWriter write(int i) method with max value of 
the integer, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(int i) with max value of the integer "
  -     />
  -
  -      <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/write/positiveWriteIntLowBit.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/write/positiveWriteIntLowBit.html"
  -        testName="positiveWriteIntLowBit.jsp" 
  -        assertion="Another test for JspWriter write(int i) method where the upper 
two bytes are non-zero and lower two bytes constitute a valid ASCII character, 
specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -        testStrategy="testing JspWriter write(int i) where the upper two bytes are 
non-zero and lower two bytes constitute a valid ASCII character"
  -     />
  -
         <gtest request="GET 
/jsp-tests/jsp/engine/JspWriter/print/positivePrintBoolean.jsp HTTP/1.0"
              debug="0" host="${host}" port="${port}"
              goldenFile="${wgdir}/engine/JspWriter/print/positivePrintBoolean.html"
  
  
  

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

Reply via email to