You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/01/07 08:07:19 UTC

[GitHub] Yash-777 commented on issue #395: Replaces the given String, with the String which is nested in between two Strings.

Yash-777 commented on issue #395: Replaces the given String, with the String which is nested in between two Strings.
URL: https://github.com/apache/commons-lang/pull/395#issuecomment-451852546
 
 
   Can any one explain that, the build is fail because of  extra added function **`replaceSubstringInBetween`** in class name `StringUtils`.
   
   >  #1454.2
   ```log
   [INFO] Running org.apache.commons.lang3.RandomStringUtilsTest
   [ERROR] Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.226 s <<< FAILURE! - in org.apache.commons.lang3.RandomStringUtilsTest
   [ERROR] testRandomStringUtilsHomog  Time elapsed: 0.019 s  <<< FAILURE!
   org.opentest4j.AssertionFailedError: test homogeneity -- will fail about 1 in 1000 times ==> expected: <true> but was: <false>
   	at org.apache.commons.lang3.RandomStringUtilsTest.testRandomStringUtilsHomog(RandomStringUtilsTest.java:464)
   ```
   >  #1454.2
   
   ```log
   [ERROR] Failures: 
   [ERROR]   FieldUtilsTest.testRemoveFinalModifier:998 expected: <false> but was: <true>
   [ERROR]   FieldUtilsTest.testRemoveFinalModifierWithAccess:1009 expected: <false> but was: <true>
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services