You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/03 21:02:38 UTC

[GitHub] [maven-integration-testing] belingueres commented on pull request #142: [MNG-828] add regression test for listing plugin configuration values in debug

belingueres commented on PR #142:
URL: https://github.com/apache/maven-integration-testing/pull/142#issuecomment-1086948665

   Date parsing section of the test fails with a ParseException on my machine since AM/PM texts are Locale-dependent. Replace:
   ```
   -        Date date = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss.S a" ).parse( "2008-11-09 11:59:03.0 AM" );
   +        Date date = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss.S a", Locale.US ).parse( "2008-11-09 11:59:03.0 AM" );
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org