From ea308d28dfd9dd9db08d6bc22c4f3e6872449afd Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 17 Aug 2018 13:13:21 +0200 Subject: [PATCH] DATAJPA-1405 - Polishing. Removed obsolete constants. Original pull request: #290. --- .../repository/EclipseLinkNamespaceUserRepositoryTests.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/test/java/org/springframework/data/jpa/repository/EclipseLinkNamespaceUserRepositoryTests.java b/src/test/java/org/springframework/data/jpa/repository/EclipseLinkNamespaceUserRepositoryTests.java index 66bcbdaae..329c249a1 100644 --- a/src/test/java/org/springframework/data/jpa/repository/EclipseLinkNamespaceUserRepositoryTests.java +++ b/src/test/java/org/springframework/data/jpa/repository/EclipseLinkNamespaceUserRepositoryTests.java @@ -15,13 +15,9 @@ */ package org.springframework.data.jpa.repository; -import static java.util.Arrays.*; import static org.assertj.core.api.Assertions.*; import static org.eclipse.persistence.Version.*; -import java.util.HashSet; -import java.util.Set; - import javax.persistence.Query; import org.junit.Assume; @@ -41,8 +37,6 @@ import org.springframework.test.context.ContextConfiguration; @ContextConfiguration(value = "classpath:eclipselink.xml") public class EclipseLinkNamespaceUserRepositoryTests extends NamespaceUserRepositoryTests { - public static final Set BROKEN_ECLIPSE_VERSIONS = new HashSet(asList("2.7.2", "2.7.3", "2.7.4")); - /** * Ignored until https://bugs.eclipse.org/bugs/show_bug.cgi?id=349477 is resolved. */