Skip to content

[MNG-828] add regression test for listing plugin configuration values in debug#142

Merged
slawekjaranowski merged 1 commit intoapache:masterfrom
slawekjaranowski:MNG-828
Mar 25, 2022
Merged

[MNG-828] add regression test for listing plugin configuration values in debug#142
slawekjaranowski merged 1 commit intoapache:masterfrom
slawekjaranowski:MNG-828

Conversation

@slawekjaranowski
Copy link
Copy Markdown
Member

No description provided.

@slawekjaranowski slawekjaranowski merged commit 20560b6 into apache:master Mar 25, 2022
@slawekjaranowski slawekjaranowski deleted the MNG-828 branch March 25, 2022 16:11
@belingueres
Copy link
Copy Markdown
Contributor

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" );

@slawekjaranowski
Copy link
Copy Markdown
Member Author

@belingueres PR are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants