You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/04 22:18:40 UTC

cvs commit: jakarta-watchdog-4.0/src/conf jsp-gtest.xml

rlubke      02/01/04 13:18:40

  Modified:    src/conf jsp-gtest.xml
  Log:
   -Removed gtest tasks for Min/Max boundry tests in JspEngine/print.
   -Updated positivePrint<Type> tests to perform an exact match between
    the server response and goldenfile.
  
  Revision  Changes    Path
  1.13      +4 -68     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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jsp-gtest.xml	30 Dec 2001 03:48:39 -0000	1.12
  +++ jsp-gtest.xml	4 Jan 2002 21:18:39 -0000	1.13
  @@ -914,7 +914,7 @@
    	/>
   
         <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintDouble.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  +           debug="0" host="${host}" port="${port}" exactMatch="true"
              goldenFile="${wgdir}/engine/JspWriter/print/positivePrintDouble.html"
    	   testName="positivePrintDouble.jsp" 
   	   assertion="Test for print(double d) method, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  @@ -922,7 +922,7 @@
    	/>
   
         <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintFloat.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  +           debug="0" host="${host}" port="${port}" exactMatch="true"
              goldenFile="${wgdir}/engine/JspWriter/print/positivePrintFloat.html" 
    	   testName="positivePrintFloat.jsp" 
   	   assertion="Test for print(float f) method, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  @@ -930,7 +930,7 @@
    	/>
   
         <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintInt.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  +           debug="0" host="${host}" port="${port}" exactMatch="true"
              goldenFile="${wgdir}/engine/JspWriter/print/positivePrintInt.html"
    	   testName="positivePrintInt.jsp" 
   	   assertion="Test for print(Int i) method, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  @@ -938,7 +938,7 @@
    	/>
   
         <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintLong.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  +           debug="0" host="${host}" port="${port}" exactMatch="true"
              goldenFile="${wgdir}/engine/JspWriter/print/positivePrintLong.html"
    	   testName="positivePrintLong.jsp" 
   	   assertion="Test for print(long l) method, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  @@ -1039,70 +1039,6 @@
    	   testName="positivePrintlnStr.jsp" 
   	   assertion="Test for println(java.lang.String str) method, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
   	   testStrategy="testing JspWriter println(java.lang.String str) features"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintDoubleMaxBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintDoubleMaxBound.html"
  - 	   testName="positivePrintDoubleMaxBound.jsp" 
  -	   assertion="Test for printing max boundary value for double, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of max boundary value for double"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintDoubleMinBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintDoubleMinBound.html"
  - 	   testName="positivePrintDoubleMinBound.jsp" 
  -	   assertion="Test for printing min boundary value for double, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of min boundary value for double"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintFloatMaxBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintFloatMaxBound.html"
  - 	   testName="positivePrintFloatMaxBound.jsp" 
  -	   assertion="Test for printing max boundary value for float, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of max boundary value for float"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintFloatMinBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintFloatMinBound.html"
  - 	   testName="positivePrintFloatMinBound.jsp" 
  -	   assertion="Test for printing min boundary value for float, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of min boundary value for float"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintIntMaxBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintIntMaxBound.html"
  - 	   testName="positivePrintIntMaxBound.jsp" 
  -	   assertion="Test for printing max boundary value for int, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of max boundary value for int"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintIntMinBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintIntMinBound.html"
  - 	   testName="positivePrintIntMinBound.jsp" 
  -	   assertion="Test for printing min boundary value for int, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of min boundary value for int"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintLongMaxBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintLongMaxBound.html"
  - 	   testName="positivePrintLongMaxBound.jsp" 
  -	   assertion="Test for printing max boundary value for long, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of max boundary value for long"
  - 	/>
  -
  -      <gtest request="GET /jsp-tests/jsp/engine/JspWriter/print/positivePrintLongMinBound.jsp HTTP/1.0"
  -           debug="0" host="${host}" port="${port}"
  -           goldenFile="${wgdir}/engine/JspWriter/print/positivePrintLongMinBound.html"
  - 	   testName="positivePrintLongMinBound.jsp" 
  -	   assertion="Test for printing min boundary value for long, specified in the Java Server Pages Specification v1.2, Sec 8.1.2"
  -	   testStrategy="testing JspWriter printing of min boundary value for long"
    	/>
   
         <gtest request="GET /jsp-tests/jsp/engine/JspWriter/misc/positiveClear.jsp HTTP/1.0"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>