Author: nbelaevski
Date: 2009-03-25 11:55:14 -0400 (Wed, 25 Mar 2009)
New Revision: 13181
Modified:
trunk/ui/colorPicker/
trunk/ui/colorPicker/pom.xml
trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
Log:
Added tests generation for colorPicker component
Property changes on: trunk/ui/colorPicker
___________________________________________________________________
Name: svn:ignore
- target
+ target
.classpath
.project
.settings
Modified: trunk/ui/colorPicker/pom.xml
===================================================================
--- trunk/ui/colorPicker/pom.xml 2009-03-25 15:47:45 UTC (rev 13180)
+++ trunk/ui/colorPicker/pom.xml 2009-03-25 15:55:14 UTC (rev 13181)
@@ -20,6 +20,13 @@
<goal>generate</goal>
</goals>
</execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
</executions>
<configuration>
<library>
Modified: trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- trunk/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-03-25 15:47:45 UTC
(rev 13180)
+++ trunk/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-03-25 15:55:14 UTC
(rev 13181)
@@ -6,6 +6,7 @@
<family>org.richfaces.ColorPicker</family>
<classname>org.richfaces.component.html.HtmlColorPicker</classname>
<superclass>org.richfaces.component.UIColorPicker</superclass>
+ <test />
<description>
<![CDATA[
]]>
@@ -17,6 +18,7 @@
<tag>
<name>colorPicker</name>
<classname>org.richfaces.taglib.ColorPickerTag</classname>
+ <test />
<superclass>
org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
</superclass>
Show replies by date