Author: lfryc(a)redhat.com
Date: 2011-01-27 05:45:20 -0500 (Thu, 27 Jan 2011)
New Revision: 21261
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractComponentAttributes.java
Log:
AbstractComponentAttributes - fixed locator for input type - needs to be formatted with
empty parameter
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractComponentAttributes.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractComponentAttributes.java 2011-01-27
10:44:44 UTC (rev 21260)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractComponentAttributes.java 2011-01-27
10:45:20 UTC (rev 21261)
@@ -68,7 +68,7 @@
protected void setProperty(String propertyName, Object value) {
ExtendedLocator<JQueryLocator> locator =
propertyLocator.format(propertyName);
- final AttributeLocator<?> typeLocator =
locator.getAttribute(Attribute.TYPE);
+ final AttributeLocator<?> typeLocator =
locator.format("").getAttribute(Attribute.TYPE);
final ExtendedLocator<JQueryLocator> optionLocator =
locator.getChild(jq("option"));
String inputType = null;
Show replies by date