Merge
This commit is contained in:
commit
f65b2271ab
@ -68,7 +68,7 @@ public class TestClassLoaderStats {
|
|||||||
output.stderrShouldNotMatch("[E|e]xception");
|
output.stderrShouldNotMatch("[E|e]xception");
|
||||||
output.stderrShouldNotMatch("[E|e]rror");
|
output.stderrShouldNotMatch("[E|e]rror");
|
||||||
} finally {
|
} finally {
|
||||||
app.stopApp();
|
LingeredApp.stopApp(app);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ public class TestStackTrace {
|
|||||||
output.stderrShouldNotMatch("[E|e]xception");
|
output.stderrShouldNotMatch("[E|e]xception");
|
||||||
output.stderrShouldNotMatch("[E|e]rror");
|
output.stderrShouldNotMatch("[E|e]rror");
|
||||||
} finally {
|
} finally {
|
||||||
app.stopApp();
|
LingeredApp.stopApp(app);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user