We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f800f commit 8b6fb9fCopy full SHA for 8b6fb9f
tika-core/src/test/java/org/apache/tika/utils/XMLReaderUtilsTest.java
@@ -28,7 +28,7 @@
28
import javax.xml.stream.XMLStreamException;
29
30
import org.junit.jupiter.api.AfterAll;
31
-import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.BeforeAll;
32
import org.junit.jupiter.api.Test;
33
import org.w3c.dom.Document;
34
import org.w3c.dom.Node;
@@ -91,8 +91,8 @@ public class XMLReaderUtilsTest {
91
92
private static Locale defaultLocale;
93
94
- @BeforeEach
95
- public void beforeEach() {
+ @BeforeAll
+ public static void startUp() {
96
defaultLocale = Locale.getDefault();
97
Locale.setDefault(Locale.US);
98
}
0 commit comments