Author: lfryc(a)redhat.com
Date: 2010-08-11 17:13:47 -0400 (Wed, 11 Aug 2010)
New Revision: 18570
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java
Log:
RFPL-672 added attributes which should be hidden, added rowKeyConverter as attribute needs
to be tested other way
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java 2010-08-11
21:13:15 UTC (rev 18569)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java 2010-08-11
21:13:47 UTC (rev 18570)
@@ -66,10 +66,18 @@
// TODO has to be tested in other way
attributes.remove("componentState");
attributes.remove("rowKeyVar");
+ attributes.remove("rowKeyConverter");
attributes.remove("stateVar");
attributes.remove("value");
attributes.remove("var");
-
+
+ // should be hidden
+ attributes.remove("rows");
+ attributes.remove("rowAvailable");
+ attributes.remove("rowCount");
+ attributes.remove("rowData");
+ attributes.remove("rowIndex");
+ attributes.remove("rowKey");
}
public Attributes getAttributes() {