removing nagoya references

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@149100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2005-01-30 04:22:37 +00:00
parent 9bf6c67314
commit dfed92e0fa
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ import junit.textui.TestRunner;
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
* @author Stephen Colebourne
* @author Gary D. Gregory
* @version $Id: CharSetUtilsTest.java,v 1.16 2004/02/18 23:06:19 ggregory Exp $
* @version $Id$
*/
public class CharSetUtilsTest extends TestCase {
@ -244,7 +244,7 @@ public class CharSetUtilsTest extends TestCase {
assertEquals("hello", CharSetUtils.translate("hello", "", "x"));
assertEquals("hello", CharSetUtils.translate("hello", "", ""));
assertEquals("hello", CharSetUtils.translate("hello", "", ""));
// From http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25454
// From http://issues.apache.org/bugzilla/show_bug.cgi?id=25454
assertEquals("q651.506bera", CharSetUtils.translate("d216.102oren", "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789",
"nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM567891234"));
}

View File

@ -38,7 +38,7 @@ import junit.textui.TestRunner;
* @author Phil Steitz
* @author Gary D. Gregory
* @author Al Chou
* @version $Id: StringUtilsTest.java,v 1.62 2004/08/22 03:40:27 bayard Exp $
* @version $Id$
*/
public class StringUtilsTest extends TestCase {
@ -843,7 +843,7 @@ public class StringUtilsTest extends TestCase {
assertEquals("ayya", StringUtils.replaceChars("abcba", "bc", "y"));
assertEquals("ayzya", StringUtils.replaceChars("abcba", "bc", "yzx"));
// From http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25454
// From http://issues.apache.org/bugzilla/show_bug.cgi?id=25454
assertEquals("bcc", StringUtils.replaceChars("abc", "ab", "bc"));
assertEquals("q651.506bera", StringUtils.replaceChars("d216.102oren",
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789",