Author: husted
Date: Fri Dec  2 04:29:34 2005
New Revision: 351699

URL: http://svn.apache.org/viewcvs?rev=351699&view=rev
Log:
* Extend MailReader webtests. 
** The test to add a new registered user is still under development. We need to 
name the button so that the test can click it.

Added:
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/WebTest.dtd
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/logon-fail.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/logon-open.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/logon-page.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/menu-page.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/register-hermes.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/register-open.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/register-page.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/welcome-open.xml
Modified:
    struts/apps/trunk/mailreader/src/webapp/Registration.jsp
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/config-debug.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/config-tidy.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/config.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/entities/welcome-click.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/webtest.properties.sample
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/webtest.xml

Modified: struts/apps/trunk/mailreader/src/webapp/Registration.jsp
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/mailreader/src/webapp/Registration.jsp?rev=351699&r1=351698&r2=351699&view=diff
==============================================================================
--- struts/apps/trunk/mailreader/src/webapp/Registration.jsp (original)
+++ struts/apps/trunk/mailreader/src/webapp/Registration.jsp Fri Dec  2 
04:29:34 2005
@@ -96,12 +96,12 @@
 
   <tr>
     <td align="right">
-      <html:submit>
+      <html:submit property="Submit">
         <bean:message key="button.save"/>
       </html:submit>
     </td>
     <td align="left">
-      <html:reset>
+      <html:reset property="Reset">
         <bean:message key="button.reset"/>
       </html:reset>
       &nbsp;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to