You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/09/04 13:25:32 UTC

svn commit: r1380560 - /myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/ComponentTypesUnitTest.java

Author: lofwyr
Date: Tue Sep  4 11:25:32 2012
New Revision: 1380560

URL: http://svn.apache.org/viewvc?rev=1380560&view=rev
Log:
test the naming conventions

Added:
    myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/ComponentTypesUnitTest.java
      - copied, changed from r1378509, myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/RendererTypesUnitTest.java

Copied: myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/ComponentTypesUnitTest.java (from r1378509, myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/RendererTypesUnitTest.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/ComponentTypesUnitTest.java?p2=myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/ComponentTypesUnitTest.java&p1=myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/RendererTypesUnitTest.java&r1=1378509&r2=1380560&rev=1380560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/RendererTypesUnitTest.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/component/ComponentTypesUnitTest.java Tue Sep  4 11:25:32 2012
@@ -25,7 +25,7 @@ import org.junit.Test;
 
 import java.lang.reflect.Field;
 
-public class RendererTypesUnitTest {
+public class ComponentTypesUnitTest {
 
   @Test
   public void testNames() throws IllegalAccessException {