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:11:22 UTC

cvs commit: jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport positiveDoStartTag.html positiveGetParent.html positiveGetValue.html positiveGetValues.html positiveRemoveValue.html positiveSetPageContext.html positiveSetValue.html

vanitha     99/11/04 22:11:22

  Added:       src/server/jsp-tests/golden-files/tagext/TagSupport
                        positiveDoStartTag.html positiveGetParent.html
                        positiveGetValue.html positiveGetValues.html
                        positiveRemoveValue.html
                        positiveSetPageContext.html positiveSetValue.html
  Log:
  Added golden-files
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveDoStartTag.html
  
  Index: positiveDoStartTag.html
  ===================================================================
  <html>
  <title>positiveDoStartTag</title>
  <body>
           
  
  Test For doStartTag
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveGetParent.html
  
  Index: positiveGetParent.html
  ===================================================================
  <html> 
  <title>positiveGetParent</title> 
  <body> 
  getParent method Pass 
  </body> 
  </html> 
  
  
  
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveGetValue.html
  
  Index: positiveGetValue.html
  ===================================================================
  <html>
  <title>positiveGetValue</title>
  <body>
  
  
  Colors are  red
   
  <br> Colors are  green
   
  <br> 
  
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveGetValues.html
  
  Index: positiveGetValues.html
  ===================================================================
  <html>
  <title>positiveGetValues</title>
  <body>
  
  
  
  <!-- Returns only keys names -->
  
  Color2
  Color1
  
  
  
  </body>
  </html>
  
  
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveRemoveValue.html
  
  Index: positiveRemoveValue.html
  ===================================================================
  <html>
  <title>positiveRemoveValue</title>
  <body>
  
  
  Colors are  red
   
  <br> Colors are  green
   
  <br> 
  
  <br>
  null
  
  </body>
  </html>
  
  
  
  
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveSetPageContext.html
  
  Index: positiveSetPageContext.html
  ===================================================================
  <html> 
  <title>positiveSetPageContext</title> 
  <body> 
  
  
  
  
  
  
   Test for PageContext 
  
  </body> 
  </html> 
  
  
  
  1.1                  jakarta-watchdog/src/server/jsp-tests/golden-files/tagext/TagSupport/positiveSetValue.html
  
  Index: positiveSetValue.html
  ===================================================================
  <html>
  <title>positiveSetValue</title>
  <body>
  
  
  Colors are  red
   
  <br> Colors are  green
   
  <br> 
  
  </body>
  </html>