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 cr...@locus.apache.org on 2000/11/02 01:53:03 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds example-taglib.tld

craigmcc    00/11/01 16:53:01

  Modified:    src/conf servlet-gtest.xml
               src/server/jsp-tests/WEB-INF/tlds example-taglib.tld
  Log:
  Fix typos that cause XML parsing errors when you try to run.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-watchdog-4.0/src/conf/servlet-gtest.xml
  
  Index: servlet-gtest.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/conf/servlet-gtest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- servlet-gtest.xml	2000/10/03 22:32:28	1.1
  +++ servlet-gtest.xml	2000/11/02 00:52:57	1.2
  @@ -77,7 +77,7 @@
   	   testName="Include_1Test"
              assertion="Includes the content of a resource (servlet, JSP page, HTML file) in the response, enabling programmatic server-side includes.The included servlet cannot change the response
         status code or set headers; any attempt to make a change is ignored. The request and response parameters must be the same objects as were passed to the calling servlet's service method., specified in the Java Servlet Pages Specification v2.3, Sec 16 - javax.servlet.RequestDispatcher.Include() method "
  -           testStrategy="A negative test for RequestDispatcher.include() test. Create a servlet, set its Content-Type to be "text/plain", get its RequestDispatcher and use it to include a servlet. The included servlet tries to change the Content-Type to be text/html. Test at the client side for correct Content-Type."
  +           testStrategy="A negative test for RequestDispatcher.include() test. Create a servlet, set its Content-Type to be 'text/plain', get its RequestDispatcher and use it to include a servlet. The included servlet tries to change the Content-Type to be text/html. Test at the client side for correct Content-Type."
   />
   
   
  
  
  
  1.3       +1 -1      jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds/example-taglib.tld
  
  Index: example-taglib.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds/example-taglib.tld,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- example-taglib.tld	2000/10/31 01:03:10	1.2
  +++ example-taglib.tld	2000/11/02 00:53:00	1.3
  @@ -12,7 +12,7 @@
   
     <tlib-version>1.0</tlib-version>
     <jsp-version>1.2</jsp-version>
  -  <short-name>simple</shor-tname>
  +  <short-name>simple</short-name>
     <uri>1.0</uri>
     <description>
   	A simple tag library for the examples