mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Cleanup - PowerMock ignores for newer JDKs
This commit is contained in:
@@ -36,7 +36,7 @@ import forge.util.TextUtil;
|
||||
ImageKeys.class, ForgeConstants.class, Localizer.class })
|
||||
@SuppressStaticInitializationFor({ "forge.ImageCache", "forge.localinstance.properties.ForgeConstants" })
|
||||
@PowerMockIgnore({ "javax.xml.*", "org.xml.sax.*", "com.sun.org.apache.xerces.*", "org.w3c.dom.*",
|
||||
"org.springframework.context.*", "org.apache.log4j.*" })
|
||||
"org.springframework.context.*", "org.apache.log4j.*", "jdk.internal.reflect.*", "javax.imageio.*" })
|
||||
public class CardMockTestCase extends PowerMockTestCase {
|
||||
|
||||
public static final String MOCKED_LOCALISED_STRING = "any localised string";
|
||||
|
||||
Reference in New Issue
Block a user