提交 ea502f48 编写于 作者: K Kohsuke Kawaguchi

typo

上级 0ce75904
...@@ -1114,7 +1114,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction { ...@@ -1114,7 +1114,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
public void assertEqualDataBoundBeans(Object lhs, Object rhs) throws Exception { public void assertEqualDataBoundBeans(Object lhs, Object rhs) throws Exception {
if (lhs==null && rhs==null) return; if (lhs==null && rhs==null) return;
if (lhs==null) fail("lhs is null while rhs="+rhs); if (lhs==null) fail("lhs is null while rhs="+rhs);
if (rhs==null) fail("rhs is null while lhs="+rhs); if (rhs==null) fail("rhs is null while lhs="+lhs);
Constructor<?> lc = findDataBoundConstructor(lhs.getClass()); Constructor<?> lc = findDataBoundConstructor(lhs.getClass());
Constructor<?> rc = findDataBoundConstructor(rhs.getClass()); Constructor<?> rc = findDataBoundConstructor(rhs.getClass());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册