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 va...@hyperreal.org on 1999/11/05 07:06:58 UTC

cvs commit: jakarta-watchdog/src/server/jsp-tests/golden-files/engine/PageContext positiveForward.html positiveInclude.html

vanitha     99/11/04 22:06:57

  Modified:    src/server/jsp-tests/golden-files/core_syntax/beantests/setProperty
                        positiveSetPropAll.html
               src/server/jsp-tests/golden-files/core_syntax/directives/include
                        positiveIncludeRel.html
               src/server/jsp-tests/golden-files/engine/JspWriter/misc
                        positiveGetRemaining.html
               src/server/jsp-tests/golden-files/engine/PageContext
                        positiveForward.html positiveInclude.html
  Log:
  Added golden-files for jsps
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-watchdog/src/server/jsp-tests/golden-files/core_syntax/beantests/setProperty/positiveSetPropAll.html
  
  Index: positiveSetPropAll.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/golden-files/core_syntax/beantests/setProperty/positiveSetPropAll.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveSetPropAll.html	1999/10/09 00:42:16	1.1
  +++ positiveSetPropAll.html	1999/11/05 06:06:48	1.2
  @@ -5,7 +5,7 @@
   
   
   <!-- Accessing the properties thru a scriptlet -->
  -hello <br> MANGO 
  + MANGO <br> hello
   <br> 90336 
   </body>
   </html> 
  
  
  
  1.2       +3 -2      jakarta-watchdog/src/server/jsp-tests/golden-files/core_syntax/directives/include/positiveIncludeRel.html
  
  Index: positiveIncludeRel.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/golden-files/core_syntax/directives/include/positiveIncludeRel.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveIncludeRel.html	1999/10/09 00:42:28	1.1
  +++ positiveIncludeRel.html	1999/11/05 06:06:49	1.2
  @@ -1,15 +1,16 @@
   <html>
   <title>positiveIncludeRel</title>
   <body>
  -         
  +
   <!-- testing if including of files work -->
   <html>
   <title>included</title>
   <body>
  -
  +<!-- this is included by positiveIncludeRel.jsp -->
   This is included file
   
   </body>
   </html>
  +
   </body>
   </html>
  
  
  
  1.2       +1 -1      jakarta-watchdog/src/server/jsp-tests/golden-files/engine/JspWriter/misc/positiveGetRemaining.html
  
  Index: positiveGetRemaining.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/golden-files/engine/JspWriter/misc/positiveGetRemaining.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveGetRemaining.html	1999/10/09 00:42:47	1.1
  +++ positiveGetRemaining.html	1999/11/05 06:06:51	1.2
  @@ -4,7 +4,7 @@
   
   <!-- this is to test if getRemaining method works with no buffer-->
   <!-- setting buffer size to 5kb using directive -->
  -got=4941
  +got=4939
   <!-- expected to return remaining buffer size --> 
   </body>
   </html>
  
  
  
  1.2       +4 -0      jakarta-watchdog/src/server/jsp-tests/golden-files/engine/PageContext/positiveForward.html
  
  Index: positiveForward.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/golden-files/engine/PageContext/positiveForward.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveForward.html	1999/10/09 00:43:07	1.1
  +++ positiveForward.html	1999/11/05 06:06:52	1.2
  @@ -4,4 +4,8 @@
   SUCCESS
   
   </body>
  +</html><html>
  +<title>positiveForward</title>
  +<body>
  +</body>
   </html>
  
  
  
  1.2       +9 -7      jakarta-watchdog/src/server/jsp-tests/golden-files/engine/PageContext/positiveInclude.html
  
  Index: positiveInclude.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/src/server/jsp-tests/golden-files/engine/PageContext/positiveInclude.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveInclude.html	1999/10/09 00:43:10	1.1
  +++ positiveInclude.html	1999/11/05 06:06:55	1.2
  @@ -1,20 +1,22 @@
   <html>
  -<title>positiveInclude</title>
  -<body>
  - 
  -<!-- this is to test if include() method works -->
  -<!-- using pageContext object to include -->
  -<html>
   <title>forward</title>
   <body>
   SUCCESS
   
   </body>
  -</html>
  +</html><html>
  +<title>positiveInclude</title>
  +<body>
   
  +<!-- this is to test if include() method works -->
  +<!-- using pageContext object to include -->
  +
   
  +
   </body>
   </html>
  +
  +