You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/01/04 12:58:32 UTC

svn commit: r492535 - in /myfaces/tomahawk/trunk: core/src/test/java/org/apache/myfaces/custom/selectitems/ core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java sandbox/core/src/test/java/org/apache/myfaces/custom/selectitems/

Author: cagatay
Date: Thu Jan  4 03:58:32 2007
New Revision: 492535

URL: http://svn.apache.org/viewvc?view=rev&rev=492535
Log:
svn move of sandbox selectitems tests related to TOMAHAWK-805

Added:
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/
      - copied from r492483, myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/selectitems/
Removed:
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/selectitems/
Modified:
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java

Modified: myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java?view=diff&rev=492535&r1=492483&r2=492535
==============================================================================
--- myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java (original)
+++ myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java Thu Jan  4 03:58:32 2007
@@ -60,7 +60,7 @@
 	 * Sets up the test environment for <s:selectItems value="#{PossibleValueHere}" var="Movie" itemLabel="#{Movie.name} itemValue="#{Movie.director}" />
 	 * Accepted possible values for the component can be a SelectItems array, a collection, a map and SelectItems group collection.
 	 */
-	public void setUp() {
+	public void setUp() throws Exception{
 		super.setUp();
 		//component
 		selectItems = new UISelectItems();
@@ -105,7 +105,7 @@
  		return group;
 	}
 	
-	public void tearDown() {
+	public void tearDown() throws Exception{
 		selectItems = null;
 		super.tearDown();
 	}