Author: jjamrich
Date: 2012-03-27 09:22:10 -0400 (Tue, 27 Mar 2012)
New Revision: 23200
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/ajaxForm/messages.properties
Log:
RFPL-2088: Fix AjaxFormTestCase
There is typo in JS on page, so name in output panel is incorrectly "Jonh"
instead of "John".
Modified:
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/ajaxForm/messages.properties
===================================================================
---
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/ajaxForm/messages.properties 2012-03-14
15:15:48 UTC (rev 23199)
+++
branches/enterprise/3.3.1.SP3_RFPL-2088/samples/richfaces-demo/functional-test/src/test/resources/org/jboss/richfaces/integrationTest/ajaxForm/messages.properties 2012-03-27
13:22:10 UTC (rev 23200)
@@ -1,2 +1,2 @@
-OUTPUT_AJAX=Name\:John
+OUTPUT_AJAX=Name\:Jonh
OUTPUT_NON_AJAX=Name\:Mark
\ No newline at end of file
Show replies by date