[seam-commits] Seam SVN: r14305 - branches/community/Seam_2_3/examples-ee6/booking/booking-tests/src/test/resources.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 8 08:28:15 EST 2012


Author: maschmid
Date: 2012-02-08 08:28:15 -0500 (Wed, 08 Feb 2012)
New Revision: 14305

Modified:
   branches/community/Seam_2_3/examples-ee6/booking/booking-tests/src/test/resources/booking.properties
Log:
examples-ee6 booking fix properties re new bean validation messages (length to size)


Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-tests/src/test/resources/booking.properties
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-tests/src/test/resources/booking.properties	2012-02-07 14:55:00 UTC (rev 14304)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/src/test/resources/booking.properties	2012-02-08 13:28:15 UTC (rev 14305)
@@ -29,7 +29,7 @@
 PASSWORD_UPDATED_MESSAGE Password updated
 PASSWORD_REENTER_MESSAGE Re-enter new password
 PASSWORD_VALUE_REQUIRED_MESSAGE //span[text() = 'value is required']
-PASSWORD_LENGTH_MESSAGE length must be between
+PASSWORD_LENGTH_MESSAGE size must be between
 PASSWORD_PASSWORD id=setpassword:PasswordDecorate:password
 PASSWORD_VERIFY id=setpassword:VerifyDecorate:verify
 PASSWORD_SUBMIT id=setpassword:change
@@ -66,7 +66,7 @@
 REGISTRATION_VERIFY_MESSAGE id=registration:verifyDecorate:message
 REGISTRATION_SUBMIT id=registration:register
 REGISTRATION_REENTER_MESSAGE Re-enter your password
-REGISTRATION_LENGTH_MESSAGE length must be between
+REGISTRATION_LENGTH_MESSAGE size must be between
 REGISTRATION_SUCCESSFUL_MESSAGE Successfully registered as {0}
 REGISTRATION_USER_EXISTS_MESSAGE Username {0} already exists
 NOT_LOGGED_IN_MESSAGE Please log in first
@@ -81,4 +81,4 @@
 WORKSPACE_VIEW_TEXT View hotel: {0}
 WORKSPACE_TABLE_LINK_BY_ID id=ConversationListForm:ConversationListDataTable:{0}:EntryDescriptionLink
 WORKSPACE_TABLE_ROW_COUNT = //table[@id='ConversationListForm:ConversationListDataTable']/tbody/tr
-SPINNER id\=searchCriteria\:SpinnerGif
\ No newline at end of file
+SPINNER id\=searchCriteria\:SpinnerGif



More information about the seam-commits mailing list