You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/05/19 21:11:55 UTC

svn commit: r1125059 - /myfaces/core/branches/2.0.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java

Author: lu4242
Date: Thu May 19 19:11:54 2011
New Revision: 1125059

URL: http://svn.apache.org/viewvc?rev=1125059&view=rev
Log:
fix test for MYFACES-3136 [perf] review UIComponentBase.getRendererType 

Modified:
    myfaces/core/branches/2.0.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java

Modified: myfaces/core/branches/2.0.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java?rev=1125059&r1=1125058&r2=1125059&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java (original)
+++ myfaces/core/branches/2.0.x/api/src/test/java/javax/faces/component/UIComponentBaseTest.java Thu May 19 19:11:54 2011
@@ -405,7 +405,7 @@ public class UIComponentBaseTest
                     {
                         return getMocksControl().createMock(UIComponentBase.class, new Method[0]);
                     }
-                }, new AbstractUIComponentPropertyTest<String>("rendererType", null, new String[] { "xyz", "abc" })
+                }, new AbstractUIComponentPropertyTest<String>("rendererType", null, new String[] { null, null })
                 {
                     @Override
                     protected UIComponent createComponent()