Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BaseNCodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BaseNCodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BaseNCodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BaseNCodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -16,7 +16,7 @@
  * 
  */
 
-package org.apache.commons.codec.binary;
+package org.apache.commons.codec2.binary;
 
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotNull;

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BinaryCodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BinaryCodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BinaryCodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/BinaryCodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,15 +15,15 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.binary;
+package org.apache.commons.codec2.binary;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.fail;
 
 import java.io.UnsupportedEncodingException;
 
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.EncoderException;
+import org.apache.commons.codec2.DecoderException;
+import org.apache.commons.codec2.EncoderException;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/Codec105ErrorInputStream.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/Codec105ErrorInputStream.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/Codec105ErrorInputStream.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/Codec105ErrorInputStream.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.binary;
+package org.apache.commons.codec2.binary;
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/HexTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/HexTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/HexTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/HexTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.binary;
+package org.apache.commons.codec2.binary;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
@@ -29,12 +29,12 @@ import java.util.Random;
 
 import junit.framework.Assert;
 
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.EncoderException;
+import org.apache.commons.codec2.DecoderException;
+import org.apache.commons.codec2.EncoderException;
 import org.junit.Test;
 
 /**
- * Tests {@link org.apache.commons.codec.binary.Hex}.
+ * Tests {@link org.apache.commons.codec2.binary.Hex}.
  * 
  * @author Apache Software Foundation
  * @version $Id$

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/StringUtilsTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/StringUtilsTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/StringUtilsTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/binary/StringUtilsTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.binary;
+package org.apache.commons.codec2.binary;
 
 import java.io.UnsupportedEncodingException;
 import java.util.Arrays;

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/digest/DigestUtilsTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/digest/DigestUtilsTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/digest/DigestUtilsTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/digest/DigestUtilsTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.digest;
+package org.apache.commons.codec2.digest;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.fail;
@@ -24,7 +24,7 @@ import java.io.ByteArrayInputStream;
 import java.io.IOException;
 import java.util.Random;
 
-import org.apache.commons.codec.binary.StringUtils;
+import org.apache.commons.codec2.binary.StringUtils;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone1Test.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/Caverphone1Test.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone1Test.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone1Test.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/Caverphone1Test.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/Caverphone1Test.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone1Test.java
 Thu Aug 11 21:33:42 2011
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import junit.framework.Assert;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone2Test.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/Caverphone2Test.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone2Test.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone2Test.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/Caverphone2Test.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/Caverphone2Test.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/Caverphone2Test.java
 Thu Aug 11 21:33:42 2011
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import junit.framework.Assert;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/ColognePhoneticTest.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/ColognePhoneticTest.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/ColognePhoneticTest.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/ColognePhoneticTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/ColognePhoneticTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,11 +15,11 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphone2Test.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphone2Test.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphone2Test.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphone2Test.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphone2Test.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphone2Test.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphone2Test.java
 Thu Aug 11 21:33:42 2011
@@ -15,12 +15,12 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import static org.junit.Assert.assertEquals;
 
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphoneTest.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphoneTest.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphoneTest.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/DoubleMetaphoneTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,16 +15,16 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/MetaphoneTest.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/MetaphoneTest.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/MetaphoneTest.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/MetaphoneTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/MetaphoneTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,14 +15,14 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/RefinedSoundexTest.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/RefinedSoundexTest.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/RefinedSoundexTest.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/RefinedSoundexTest.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/RefinedSoundexTest.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/RefinedSoundexTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/RefinedSoundexTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import static org.junit.Assert.assertEquals;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Copied: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/SoundexTest.java
 (from r1156698, 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/SoundexTest.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/SoundexTest.java?p2=commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/SoundexTest.java&p1=commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/SoundexTest.java&r1=1156698&r2=1156841&rev=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/SoundexTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/SoundexTest.java
 Thu Aug 11 21:33:42 2011
@@ -17,13 +17,13 @@
 
 // (FYI: Formatted and sorted with Eclipse)
 
-package org.apache.commons.codec.language;
+package org.apache.commons.codec2.language;
 
 import junit.framework.Assert;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Test;
 
 /**

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/BeiderMorseEncoderTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/BeiderMorseEncoderTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/BeiderMorseEncoderTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/BeiderMorseEncoderTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language.bm;
+package org.apache.commons.codec2.language.bm;
 
 import static org.junit.Assert.assertEquals;
 
-import org.apache.commons.codec.EncoderException;
-import org.apache.commons.codec.StringEncoder;
-import org.apache.commons.codec.StringEncoderAbstractTest;
+import org.apache.commons.codec2.EncoderException;
+import org.apache.commons.codec2.StringEncoder;
+import org.apache.commons.codec2.StringEncoderAbstractTest;
 import org.junit.Assert;
 import org.junit.Test;
 

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/LanguageGuessingTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/LanguageGuessingTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/LanguageGuessingTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/LanguageGuessingTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language.bm;
+package org.apache.commons.codec2.language.bm;
 
 import static org.junit.Assert.assertTrue;
 

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/PhoneticEngineTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/PhoneticEngineTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/PhoneticEngineTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/PhoneticEngineTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language.bm;
+package org.apache.commons.codec2.language.bm;
 
 import static org.junit.Assert.assertEquals;
 

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/RuleTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/RuleTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/RuleTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/language/bm/RuleTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.language.bm;
+package org.apache.commons.codec2.language.bm;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertThat;

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/BCodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/BCodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/BCodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/BCodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,15 +15,15 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.net;
+package org.apache.commons.codec2.net;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.fail;
 
-import org.apache.commons.codec.CharEncoding;
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.EncoderException;
+import org.apache.commons.codec2.CharEncoding;
+import org.apache.commons.codec2.DecoderException;
+import org.apache.commons.codec2.EncoderException;
 import org.junit.Test;
 
 /**

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QCodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QCodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QCodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QCodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -16,7 +16,7 @@
  */
 
 
-package org.apache.commons.codec.net;
+package org.apache.commons.codec2.net;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
@@ -24,9 +24,9 @@ import static org.junit.Assert.assertNul
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
-import org.apache.commons.codec.CharEncoding;
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.EncoderException;
+import org.apache.commons.codec2.CharEncoding;
+import org.apache.commons.codec2.DecoderException;
+import org.apache.commons.codec2.EncoderException;
 import org.junit.Test;
 
 /**

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QuotedPrintableCodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QuotedPrintableCodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QuotedPrintableCodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/QuotedPrintableCodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,15 +15,15 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.net;
+package org.apache.commons.codec2.net;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.fail;
 
-import org.apache.commons.codec.CharEncoding;
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.EncoderException;
+import org.apache.commons.codec2.CharEncoding;
+import org.apache.commons.codec2.DecoderException;
+import org.apache.commons.codec2.EncoderException;
 import org.junit.Ignore;
 import org.junit.Test;
 

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/RFC1522CodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/RFC1522CodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/RFC1522CodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/RFC1522CodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,13 +15,13 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.net;
+package org.apache.commons.codec2.net;
 
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.fail;
 
-import org.apache.commons.codec.CharEncoding;
-import org.apache.commons.codec.DecoderException;
+import org.apache.commons.codec2.CharEncoding;
+import org.apache.commons.codec2.DecoderException;
 import org.junit.Test;
 
 /**

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/URLCodecTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/URLCodecTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/URLCodecTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/URLCodecTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.net;
+package org.apache.commons.codec2.net;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNull;
@@ -23,9 +23,9 @@ import static org.junit.Assert.fail;
 
 import java.io.UnsupportedEncodingException;
 
-import org.apache.commons.codec.CharEncoding;
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.EncoderException;
+import org.apache.commons.codec2.CharEncoding;
+import org.apache.commons.codec2.DecoderException;
+import org.apache.commons.codec2.EncoderException;
 import org.junit.Test;
 
 /**

Modified: 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/UtilsTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/UtilsTest.java?rev=1156841&r1=1156698&r2=1156841&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/UtilsTest.java
 (original)
+++ 
commons/proper/codec/trunk/src/test/org/apache/commons/codec2/net/UtilsTest.java
 Thu Aug 11 21:33:42 2011
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.commons.codec.net;
+package org.apache.commons.codec2.net;
 
 import org.junit.Test;
 


Reply via email to