Author: markt
Date: Sun Mar  3 15:53:59 2013
New Revision: 1452057

URL: http://svn.apache.org/r1452057
Log:
Move the unit test to the same package as the class it is testing

Added:
    tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java
      - copied, changed from r1452049, 
tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java
Removed:
    tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java

Copied: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java (from 
r1452049, tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java)
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java?p2=tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java&p1=tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java&r1=1452049&r2=1452057&rev=1452057&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java Sun Mar  3 
15:53:59 2013
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.tomcat.websocket;
+package org.apache.tomcat.util.buf;
 
 import java.nio.ByteBuffer;
 import java.nio.CharBuffer;
@@ -25,9 +25,6 @@ import java.nio.charset.CodingErrorActio
 import static org.junit.Assert.assertEquals;
 import org.junit.Test;
 
-import org.apache.tomcat.util.buf.B2CConverter;
-import org.apache.tomcat.util.buf.Utf8Decoder;
-
 public class TestUtf8 {
 
     // Invalid UTF-8



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to