Skip to content

Commit

Permalink
somemore tests to verify LANG-673
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyjadiye committed May 4, 2017
1 parent c2a8f93 commit e9cafb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/apache/commons/text/WordUtilsTest.java
Expand Up @@ -476,6 +476,7 @@ public void testAbbreviateUpperLessThanLowerValues() {
public void testLANG673() throws Exception {
assertEquals("01",WordUtils.abbreviate("01 23 45 67 89", 0, 40, ""));
assertEquals("01 23 45 67",WordUtils.abbreviate("01 23 45 67 89", 10, 40, ""));
assertEquals("01 23 45 67 89",WordUtils.abbreviate("01 23 45 67 89", 40, 40, ""));
}

@Test
Expand Down

0 comments on commit e9cafb5

Please sign in to comment.