You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2007/05/19 01:56:28 UTC

svn commit: r539640 - in /myfaces/tomahawk/trunk/core/src: main/tld/entities/html_button_attributes.xml test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java

Author: grantsmith
Date: Fri May 18 16:56:27 2007
New Revision: 539640

URL: http://svn.apache.org/viewvc?view=rev&rev=539640
Log:
o fixed failing test.
o added debug log to help determine which tag test fails.

Modified:
    myfaces/tomahawk/trunk/core/src/main/tld/entities/html_button_attributes.xml
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java

Modified: myfaces/tomahawk/trunk/core/src/main/tld/entities/html_button_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/tld/entities/html_button_attributes.xml?view=diff&rev=539640&r1=539639&r2=539640
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/tld/entities/html_button_attributes.xml (original)
+++ myfaces/tomahawk/trunk/core/src/main/tld/entities/html_button_attributes.xml Fri May 18 16:56:27 2007
@@ -7,11 +7,5 @@
         &html_onchange_attribute;
         &html_tabindex_attribute;
         &html_type_attribute;
-        <attribute>
-            <name>size</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The initial width of this control.</description>
-        </attribute>
+        
 

Modified: myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java?view=diff&rev=539640&r1=539639&r2=539640
==============================================================================
--- myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java (original)
+++ myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java Fri May 18 16:56:27 2007
@@ -163,8 +163,8 @@
 
 				Object object = TldTestUtils.makeTagClassInstance(tag,
 						filename, classLoader);
-
-				assertSetters(tag, filename, object);
+                log.debug("filename = " + filename + " ; tag = " + tag.getName());
+                assertSetters(tag, filename, object);
 
 			} // end for tag
 		} // end for lib