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 2009/10/30 17:53:45 UTC

svn commit: r831384 - in /myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago: component/ComponentUtilUnitTest.java util/ComponentUtilsUnitTest.java

Author: lofwyr
Date: Fri Oct 30 16:53:44 2009
New Revision: 831384

URL: http://svn.apache.org/viewvc?rev=831384&view=rev
Log:
TOBAGO-412: rename ComponentUtil to ComponentUtils

Added:
    myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java   (contents, props changed)
      - copied, changed from r831383, myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/component/ComponentUtilUnitTest.java
Removed:
    myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/component/ComponentUtilUnitTest.java

Copied: myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java (from r831383, myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/component/ComponentUtilUnitTest.java)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java?p2=myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java&p1=myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/component/ComponentUtilUnitTest.java&r1=831383&r2=831384&rev=831384&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/component/ComponentUtilUnitTest.java (original)
+++ myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java Fri Oct 30 16:53:44 2009
@@ -1,4 +1,4 @@
-package org.apache.myfaces.tobago.component;
+package org.apache.myfaces.tobago.util;
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
@@ -17,11 +17,10 @@
  * limitations under the License.
  */
 
-import org.apache.myfaces.tobago.util.ComponentUtils;
 import org.junit.Assert;
 import org.junit.Test;
 
-public class ComponentUtilUnitTest {
+public class ComponentUtilsUnitTest {
 
   @Test
   public void testSplitList() {

Propchange: myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/core/src/test/java/org/apache/myfaces/tobago/util/ComponentUtilsUnitTest.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL