[richfaces-svn-commits] JBoss Rich Faces SVN: r374 - trunk/richfaces/panel/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 11 14:55:07 EDT 2007


Author: dbiatenia
Date: 2007-04-11 14:55:07 -0400 (Wed, 11 Apr 2007)
New Revision: 374

Modified:
   trunk/richfaces/panel/src/main/config/component/panel.xml
Log:


Modified: trunk/richfaces/panel/src/main/config/component/panel.xml
===================================================================
--- trunk/richfaces/panel/src/main/config/component/panel.xml	2007-04-11 18:54:33 UTC (rev 373)
+++ trunk/richfaces/panel/src/main/config/component/panel.xml	2007-04-11 18:55:07 UTC (rev 374)
@@ -6,6 +6,10 @@
 		<family>org.richfaces.panel</family>
 		<classname>org.richfaces.component.html.HtmlPanel</classname>
 		<superclass>org.richfaces.component.UIPanel</superclass>
+		<test>
+			<classname>org.richfaces.component.html.HtmlPanelComponentTest</classname>
+			<superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+		</test>
 		<description>
 			<![CDATA[A skinnable panel that is rendered as a bordered rectangle. The header is 
     added using a facet with the attribute, name="header".
@@ -21,6 +25,11 @@
 			<superclass>
 				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
 			</superclass>
+			<test>
+				<classname>org.richfaces.taglib.HtmlPanelTagTest</classname>
+				<superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+			</test>
+			
 		</tag>
 		&ui_component_attributes;
       	&html_events;




More information about the richfaces-svn-commits mailing list