Author: lfryc(a)redhat.com
Date: 2010-09-22 02:06:17 -0400 (Wed, 22 Sep 2010)
New Revision: 19301
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/A4JRepeatBean.java
Log:
removed hidden attributes and attributes which have to be tested in other way (RFPL-819)
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/A4JRepeatBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/A4JRepeatBean.java 2010-09-22
06:05:35 UTC (rev 19300)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/A4JRepeatBean.java 2010-09-22
06:06:17 UTC (rev 19301)
@@ -147,10 +147,22 @@
attributes.setAttribute("rendered", true);
// TODO has to be tested in other way
attributes.remove("componentState");
+ attributes.remove("iterationState");
attributes.remove("iterationStatusVar");
+ attributes.remove("keepSaved");
attributes.remove("rowKeyVar");
+ attributes.remove("rowKeyConverter");
attributes.remove("value");
+ attributes.remove("stateVar");
attributes.remove("var");
+
+ // should be hidden
+ attributes.remove("relativeRowIndex");
+ attributes.remove("rowAvailable");
+ attributes.remove("rowCount");
+ attributes.remove("rowData");
+ attributes.remove("rowIndex");
+ attributes.remove("rowKey");
}
public Attributes getAttributes() {
Show replies by date