Skip to content

Commit

Permalink
[#252]: Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Nov 8, 2023
1 parent c9464a8 commit 0938baa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ public InitializerService getService() {
*/
public DomainBaseModuleContextSensitiveTest() {
super();
{
Module mod = new Module("", "addresshierarchy", "", "", "", "2.17.0");
mod.setFile(new File(""));
ModuleFactory.getStartedModulesMap().put(mod.getModuleId(), mod);
}
{
Module mod = new Module("", "exti18n", "", "", "", "1.0.0");
mod.setFile(new File(""));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void tearDown() {

@Test
@Verifies(value = "should load i18n messages specific to the address hierarchy configuration", method = "refreshCache()")
public void refreshCache_shouldLoadAddressHierarchyMessages() throws IOException {
public void load_shouldLoadAddressHierarchyMessages() throws IOException {

// Replay
loader.load();
Expand Down

0 comments on commit 0938baa

Please sign in to comment.