Author: konstantin.mishin
Date: 2008-10-15 08:51:15 -0400 (Wed, 15 Oct 2008)
New Revision: 10763
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ListShuttleTest.java
Log:
converter defined by component attribute and configured at application level works
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ListShuttleTest.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ListShuttleTest.java 2008-10-15
12:50:59 UTC (rev 10762)
+++
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/ListShuttleTest.java 2008-10-15
12:51:15 UTC (rev 10763)
@@ -87,6 +87,15 @@
}
/**
+ * converter defined by component attribute and configured at application level
works
+ */
+ @Test
+ public void testConverter(Template template) {
+ init(template);
+ AssertValueEquals(lsId + ":0StateInput", "0:1:Item1",
"Converter doesn't work.");
+ }
+
+ /**
* component with rendered = false is not present on the page
*/
@Test
Show replies by date