rootvector2 commented on code in PR #421:
URL: https://github.com/apache/commons-beanutils/pull/421#discussion_r3609110116
##########
src/test/java/org/apache/commons/beanutils2/converters/AbstractDateConverterTest.java:
##########
@@ -268,6 +268,27 @@ public void testLocale() {
Locale.setDefault(defaultLocale);
}
+ /**
+ * Test that a configured Locale is honored when a pattern is also set.
+ */
+ @Test
Review Comment:
Done, switched the test to Pioneer's `@DefaultLocale` and dropped the manual
save/restore. Added `junit-pioneer` as a test dependency since it wasn't in the
pom yet (version comes from commons-parent). All 9 subclass runs still pass.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]