Fix JUnit message to agree with test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@899239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a5da72bbf
commit
a7b7e11461
|
@ -1636,7 +1636,7 @@ public class StringUtilsTest extends TestCase {
|
|||
assertEquals("removeEndIgnoreCase(\"domain.com\", null)", StringUtils.removeEndIgnoreCase("domain.com", null), "domain.com");
|
||||
|
||||
// Case insensitive:
|
||||
assertEquals("removeEndIgnoreCase(\"www.domain.com\", \".com\")", StringUtils.removeEndIgnoreCase("www.domain.com", ".COM"), "www.domain");
|
||||
assertEquals("removeEndIgnoreCase(\"www.domain.com\", \".COM\")", StringUtils.removeEndIgnoreCase("www.domain.com", ".COM"), "www.domain");
|
||||
}
|
||||
|
||||
public void testRemove_String() {
|
||||
|
|
Loading…
Reference in New Issue