mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-03 06:29:18 +00:00
Suppress boxing warnings for assertEquals()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1391025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cc730589cd
commit
f9837a0728
@ -45,6 +45,7 @@
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
@SuppressWarnings("boxing") // JUnit4 does not support primitive equality testing apart from long
|
||||
public class ClassUtilsTest {
|
||||
|
||||
private static class Inner {
|
||||
|
@ -364,6 +364,7 @@ public void testAvailableLocaleSet() {
|
||||
/**
|
||||
* Test availableLocaleSet() method.
|
||||
*/
|
||||
@SuppressWarnings("boxing") // JUnit4 does not support primitive equality testing apart from long
|
||||
@Test
|
||||
public void testIsAvailableLocale() {
|
||||
Set<Locale> set = LocaleUtils.availableLocaleSet();
|
||||
|
Loading…
x
Reference in New Issue
Block a user