This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new f4a616f50 Revert inadvertent change to test
f4a616f50 is described below

commit f4a616f50d3fd5af06981d6010b166f7e3362a87
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 4 16:40:38 2024 -0400

    Revert inadvertent change to test
---
 src/test/java/org/apache/commons/lang3/StringUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
index db9dd55c0..7de206358 100644
--- a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
@@ -359,7 +359,7 @@ public class StringUtilsTest extends AbstractLangTest {
         assertAbbreviateWithAbbrevMarkerAndOffset("abcdefghi*", "*", 2, 10);
         assertAbbreviateWithAbbrevMarkerAndOffset("abcdef{{{{", "{{{{", 4, 10);
         assertAbbreviateWithAbbrevMarkerAndOffset("abcdef____", "____", 5, 10);
-        assertAbbreviateWithAbbrevMarkerAndOffset(" == fghijk == ", " == ", 5, 
10);
+        assertAbbreviateWithAbbrevMarkerAndOffset("==fghijk==", "==", 5, 10);
         assertAbbreviateWithAbbrevMarkerAndOffset("___ghij___", "___", 6, 10);
         assertAbbreviateWithAbbrevMarkerAndOffset("/ghijklmno", "/", 7, 10);
         assertAbbreviateWithAbbrevMarkerAndOffset("/ghijklmno", "/", 8, 10);

Reply via email to