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

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


Author: dbiatenia
Date: 2007-04-11 14:53:23 -0400 (Wed, 11 Apr 2007)
New Revision: 372

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


Modified: trunk/richfaces/separator/src/main/config/component/separator.xml
===================================================================
--- trunk/richfaces/separator/src/main/config/component/separator.xml	2007-04-11 18:52:55 UTC (rev 371)
+++ trunk/richfaces/separator/src/main/config/component/separator.xml	2007-04-11 18:53:23 UTC (rev 372)
@@ -6,6 +6,11 @@
 		<family>org.richfaces.separator</family>
 		<classname>org.richfaces.component.html.HtmlSeparator</classname>
 		<superclass>org.richfaces.component.UISeparator</superclass>
+		<test>
+			<classname>org.richfaces.component.html.HtmlSeparatorComponentTest</classname>
+			<superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+		</test>
+
 		<description>			
 			<![CDATA[A horizontal line to use as a separator in a layout. 
 			The line type can be customized with the lineType parameter. ]]>
@@ -20,6 +25,11 @@
 			<superclass>
 				org.ajax4jsf.framework.taglib.HtmlComponentTagBase
 			</superclass>
+			<test>
+				<classname>org.richfaces.taglib.HtmlSeparatorTagTest</classname>
+				<superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+			</test>
+
 		</tag>
 		
 		<property>




More information about the richfaces-svn-commits mailing list