Author: jpapouse
Date: 2011-10-05 09:02:47 -0400 (Wed, 05 Oct 2011)
New Revision: 22766
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/rich/RichNotifyBean.java
Log:
RF-11391: removed styleClass attribute from attributes for notifyStack
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/rich/RichNotifyBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/rich/RichNotifyBean.java 2011-10-05
09:47:50 UTC (rev 22765)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/rich/RichNotifyBean.java 2011-10-05
13:02:47 UTC (rev 22766)
@@ -85,13 +85,11 @@
attributesNotifyStackFirst.setAttribute("method", "first");
attributesNotifyStackFirst.setAttribute("position",
"topRight");
attributesNotifyStackFirst.setAttribute("rendered", true);
- attributesNotifyStackFirst.setAttribute("styleClass",
"topRight");
attributesNotifyStackSecond.setAttribute("direction",
"vertical");
attributesNotifyStackSecond.setAttribute("method", "first");
attributesNotifyStackSecond.setAttribute("position",
"bottomRight");
attributesNotifyStackSecond.setAttribute("rendered", true);
- attributesNotifyStackSecond.setAttribute("styleClass",
"bottomRight");
attributesBean.setAttribute("messageCount", "1");
attributesBean.setAttribute("messageDetail", DEFAULT_DETAIL);