You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/10/02 18:30:03 UTC

svn commit: r452110 - in /beehive/trunk/netui/test/webapps/drt: testRecorder/tests/CtFormBeanError.xml web/coretags/form/beanerror/index.jsp

Author: crogers
Date: Mon Oct  2 09:30:03 2006
New Revision: 452110

URL: http://svn.apache.org/viewvc?view=rev&rev=452110
Log:
Fixed up test file to go with the corrected message properties in SVN rev 451675.


Modified:
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormBeanError.xml
    beehive/trunk/netui/test/webapps/drt/web/coretags/form/beanerror/index.jsp

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormBeanError.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormBeanError.xml?view=diff&rev=452110&r1=452109&r2=452110
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormBeanError.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormBeanError.xml Mon Oct  2 09:30:03 2006
@@ -68,8 +68,8 @@
     </head>
     <body>
     <h4>Explicit Form Bean Errors</h4>
-    <p style="color:green">This verifies errors that are produced when the name, type, and scope attributes
-    are not used correctly.  In the first, no type is specified.  In the second and third a bad type
+    <p style="color:green">This verifies errors that are produced when the beanName, beanType, and beanScope attributes
+    are not used correctly.  In the first, no beanType is specified.  In the second and third a bad beanType
     is specified.
     <br>
     This is a single page test.  
@@ -95,10 +95,10 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Form</th><th>Message</th><td>The Form must have a type attribute if it has a name attribute.</td></tr>
-<tr><th>2</th><th>Form</th><th>Message</th><td>The specified type of the Form was not a legal type.</td></tr>
-<tr><th>3</th><th>Form</th><th>Message</th><td>The specified type of the Form was not a legal type.</td></tr>
-<tr><th>4</th><th>Form</th><th>Message</th><td>The specified type of the Form was not a legal type.</td></tr>
+<tr><th>1</th><th>Form</th><th>Message</th><td>The Form must have a beanType attribute if it has a beanName attribute.</td></tr>
+<tr><th>2</th><th>Form</th><th>Message</th><td>The specified beanType of the Form was not a legal type.</td></tr>
+<tr><th>3</th><th>Form</th><th>Message</th><td>The specified beanType of the Form was not a legal type.</td></tr>
+<tr><th>4</th><th>Form</th><th>Message</th><td>The specified beanType of the Form was not a legal type.</td></tr>
 </table></div>
 </body>
 
@@ -114,4 +114,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/web/coretags/form/beanerror/index.jsp
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/test/webapps/drt/web/coretags/form/beanerror/index.jsp?view=diff&rev=452110&r1=452109&r2=452110
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/web/coretags/form/beanerror/index.jsp (original)
+++ beehive/trunk/netui/test/webapps/drt/web/coretags/form/beanerror/index.jsp Mon Oct  2 09:30:03 2006
@@ -10,8 +10,8 @@
     </head>
     <netui:body>
     <h4>Explicit Form Bean Errors</h4>
-    <p style="color:green">This verifies errors that are produced when the name, type, and scope attributes
-    are not used correctly.  In the first, no type is specified.  In the second and third a bad type
+    <p style="color:green">This verifies errors that are produced when the beanName, beanType, and beanScope attributes
+    are not used correctly.  In the first, no beanType is specified.  In the second and third a bad beanType
     is specified.
     <br>
     This is a single page test.