You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/03/08 00:06:47 UTC

svn commit: r515832 - in /struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui: Formtag-11.txt Formtag-2.txt

Author: musachy
Date: Wed Mar  7 15:06:46 2007
New Revision: 515832

URL: http://svn.apache.org/viewvc?view=rev&rev=515832
Log:
Fix form tag failing tests (add type="text/javascript")

Modified:
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt?view=diff&rev=515832&r1=515831&r2=515832
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt Wed Mar  7 15:06:46 2007
@@ -1,4 +1,4 @@
-<script src="/struts/xhtml/validation.js"></script>
+<script type="text/javascript" src="/struts/xhtml/validation.js"></script>
 <form namespace="" id="myAction" name="myForm" onsubmit="submitMe(); return validateForm_myAction();" action="/myAction.action" method="POST" enctype="myEncType" title="mytitle" accept-charset="UTF-8">
 <table class="wwFormTable"> <tr>
     <td class="tdLabel"></td>

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt?view=diff&rev=515832&r1=515831&r2=515832
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt Wed Mar  7 15:06:46 2007
@@ -1,4 +1,4 @@
-<script src="/struts/xhtml/validation.js"></script>
+<script type="text/javascript" src="/struts/xhtml/validation.js"></script>
 <form namespace="" id="myAction" name="myForm" onsubmit="submitMe(); return validateForm_myAction();" action="/myAction.action" method="POST" enctype="myEncType" title="mytitle" accept-charset="UTF-8">
 <table class="wwFormTable"> <tr>
     <td class="tdLabel"></td>