Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -1923,8 +1923,9 @@ public void testUpdateInstallationContainerScoping() throws Exception
public void testUpdateStackTraceContainerScoping() throws Exception
{
User admin = getAdmin();
Container folderA = createContainer("A");
Container folderB = createContainer("B");
MothershipModule module = ModuleLoader.getInstance().getModule(MothershipModule.class);
Container folderA = createContainer("A", module);
Container folderB = createContainer("B", module);

// An exception stack trace that lives in folder B (StackTraceHash is derived from the stack trace text)
ExceptionStackTrace st = new ExceptionStackTrace();
Expand Down