提交 38f670cf 编写于 作者: I ikedam

[JENKINS-19976] Fixed confusing comments.

上级 23873b9f
......@@ -297,8 +297,7 @@ public class PluginManagerTest extends HudsonTestCase {
jenkins.pluginManager.dynamicLoad(dest);
}
// (MUST) Not throws an exception
// (SHOULD) depender successfully accesses to dependee.
// depender successfully accesses to dependee.
assertEquals("dependee", callDependerValue());
// Extension in depender is loaded.
......@@ -340,7 +339,8 @@ public class PluginManagerTest extends HudsonTestCase {
jenkins.pluginManager.dynamicLoad(dest);
}
// depender successfully access to dependee.
// (MUST) Not throws an exception
// (SHOULD) depender successfully accesses to dependee.
assertEquals("dependee", callDependerValue());
// No extensions exist.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册