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 2043674 commit f304628Copy full SHA for f304628
maven/core-unittests/src/test/java/com/codename1/junit/UITestBase.java
@@ -69,11 +69,13 @@ public Object createImplementation() {
69
implementation.setLocalizationManager(new SafeL10NManager("en", "US"));
70
}
71
Util.setImplementation(implementation);
72
+ display = Display.getInstance();
73
74
75
@BeforeEach
76
protected void setUpImplementation() {
77
implementation = TestCodenameOneImplementation.getInstance();
78
+ implementation.setLocalizationManager(new SafeL10NManager("en", "US"));
79
80
81
@AfterEach
0 commit comments