This commit is contained in:
Dmitry Samersoff 2015-06-23 11:00:32 +00:00
commit f65b2271ab
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ public class TestClassLoaderStats {
output.stderrShouldNotMatch("[E|e]xception");
output.stderrShouldNotMatch("[E|e]rror");
} finally {
app.stopApp();
LingeredApp.stopApp(app);
}
}

View File

@ -66,7 +66,7 @@ public class TestStackTrace {
output.stderrShouldNotMatch("[E|e]xception");
output.stderrShouldNotMatch("[E|e]rror");
} finally {
app.stopApp();
LingeredApp.stopApp(app);
}
}