Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typos
  • Loading branch information
he1l0world committed Jul 9, 2025
commit bbd30a3530529179c17ad1d9d7658c5a34bac2e8
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void testChild1ConfigResources() throws IOException {
ModuleDefinitionSet set = factory.loadModules(defs, "base");
testConfigResourcesArray(new String[] {
"child1-context.xml", "child1-context-inheritable.xml",
"base-context-inheritable.xml", "chil1-context-override.xml"
"base-context-inheritable.xml", "child1-context-override.xml"
}, set.getConfigResources("child1"));
}

Expand All @@ -120,10 +120,10 @@ public void testChild2ConfigResources() throws IOException {
}

@Test
public void testChild11ConfigResources() throws IOException {
public void testChild1_1ConfigResources() throws IOException {
ModuleDefinitionSet set = factory.loadModules(defs, "base");
testConfigResourcesArray(new String[] {
"chil1-1-context.xml", "child1-context-inheritable.xml", "base-context-inheritable.xml"
"child1-1-context.xml", "child1-context-inheritable.xml", "base-context-inheritable.xml"
}, set.getConfigResources("child1-1"));
}

Expand Down
Loading