Author: maksimkaszynski
Date: 2008-03-11 04:27:48 -0400 (Tue, 11 Mar 2008)
New Revision: 6670
Modified:
trunk/ui/drag-drop/src/main/config/component/dndParam.xml
trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
Log:
provided test generation for all component tagz
Modified: trunk/ui/drag-drop/src/main/config/component/dndParam.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dndParam.xml 2008-03-11 08:21:43 UTC (rev
6669)
+++ trunk/ui/drag-drop/src/main/config/component/dndParam.xml 2008-03-11 08:27:48 UTC (rev
6670)
@@ -22,6 +22,7 @@
<superclass>
org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
</superclass>
+ <test/>
</tag>
<!--
<taghandler>
Modified: trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2008-03-11 08:21:43 UTC
(rev 6669)
+++ trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2008-03-11 08:27:48 UTC
(rev 6670)
@@ -24,6 +24,7 @@
<superclass>
org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
</superclass>
+ <test/>
</tag>
<!--
<taghandler>
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-03-11 08:21:43 UTC
(rev 6669)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2008-03-11 08:27:48 UTC
(rev 6670)
@@ -19,10 +19,10 @@
<classname>org.richfaces.renderkit.html.DragSupportRenderer</classname>
</renderer>
<tag>
- <test />
<name>dragSupport</name>
<classname>org.richfaces.taglib.DragSupportTag</classname>
<superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
+ <test />
</tag>
<taghandler>
<classname>org.richfaces.taglib.DragSupportHandler</classname>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-03-11 08:21:43 UTC
(rev 6669)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2008-03-11 08:27:48 UTC
(rev 6670)
@@ -20,10 +20,10 @@
<classname>org.richfaces.renderkit.html.DropSupportRenderer</classname>
</renderer>
<tag>
- <test />
<name>dropSupport</name>
<classname>org.richfaces.taglib.DropSupportTag</classname>
<superclass>org.ajax4jsf.webapp.taglib.HtmlComponentTagBase</superclass>
+ <test />
</tag>
<taghandler>
<classname>org.richfaces.taglib.DropSupportHandler</classname>
Show replies by date