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/29 00:53:54 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/language negativeDuplicateLanguageFatalTranslationError.jsp positiveLang.jsp

rlubke      02/01/28 15:53:54

  Modified:    src/server/jsp-tests/jsp/core_syntax/directives/page/language
                        positiveLang.jsp
  Added:       src/server/jsp-tests/jsp/core_syntax/directives/page/language
                        negativeDuplicateLanguageFatalTranslationError.jsp
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.2       +5 -4      jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/language/positiveLang.jsp
  
  Index: positiveLang.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/language/positiveLang.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positiveLang.jsp	4 Oct 2000 00:04:50 -0000	1.1
  +++ positiveLang.jsp	28 Jan 2002 23:53:54 -0000	1.2
  @@ -2,12 +2,13 @@
   <title>positiveLang</title>
   <body>
   <% /**	Name: positiveLang
  -		Description:Use a jsp attribute in a page with
  -			  the language attribute set to "java".
  +		Description: Use jsp page directive with the language
  +              attribute in a page with the language attribute 
  +              set to "java".
   		Result:No error should be returned
  -**/ %>		
  +**/ %>
   <!-- testing if the language directive set to java cause any problem -->
   <%@ page language="java" %>
   hello
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/jsp/core_syntax/directives/page/language/negativeDuplicateLanguageFatalTranslationError.jsp
  
  Index: negativeDuplicateLanguageFatalTranslationError.jsp
  ===================================================================
  <html>
  <title>negativeDuplicateLanguageFatalTranslationError</title>
  <body>
  <% /** 	Name : negativeDuplicateLanguageFatalTranslationError
  	Description : Verify that multiple uses of the language attribute
                    result in a fatal translation error.
  	Result : A fatal translation error.
  **/ %>	 
  <%@ page language="java" language="java" %>
  </body>
  </html>
  
  
  

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