提交 214c23d4 编写于 作者: C Christoph Kutzinski

disambiguate method call to make Eclipse happy

上级 b65c30cb
......@@ -64,7 +64,7 @@ public class TriggerStartTest {
MockTrigger t = new MockTrigger();
p.addTrigger(t);
p.save();
p = j.configRoundtrip(p);
p = (FreeStyleProject)j.configRoundtrip((Item)p);
t = p.getTrigger(MockTrigger.class);
assertNotNull(t);
assertEquals("[true]", t.calls.toString());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册