Skip to content

Commit f304628

Browse files
committed
Minor fixes
1 parent 2043674 commit f304628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maven/core-unittests/src/test/java/com/codename1/junit/UITestBase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ public Object createImplementation() {
6969
implementation.setLocalizationManager(new SafeL10NManager("en", "US"));
7070
}
7171
Util.setImplementation(implementation);
72+
display = Display.getInstance();
7273
}
7374

7475
@BeforeEach
7576
protected void setUpImplementation() {
7677
implementation = TestCodenameOneImplementation.getInstance();
78+
implementation.setLocalizationManager(new SafeL10NManager("en", "US"));
7779
}
7880

7981
@AfterEach

0 commit comments

Comments
 (0)