提交 b45d861d 编写于 作者: S Stefan Spieker

minor cleanup

上级 8910bde1
......@@ -59,7 +59,6 @@ public class PluginWrapperTest {
@Test
public void jenkinsCoreTooOld() throws Exception {
PluginWrapper pw = pluginWrapper("fake").requiredCoreVersion("3.0").buildLoaded();
try {
pw.resolvePluginDependencies();
......@@ -67,7 +66,6 @@ public class PluginWrapperTest {
} catch (IOException ex) {
assertContains(ex, "Failed to load: fake (42)", "Jenkins (3.0) or higher required");
}
Locale.setDefault(loc);
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册