提交 177a9320 编写于 作者: S Seiji Sogabe

fixed failed test.

上级 f5e29cbc
......@@ -282,7 +282,7 @@ public class MatrixProjectTest extends HudsonTestCase {
@Bug(9009)
void testTrickyNodeName() {
def names = [ createSlave("Sean's Workstation",null,null), createSlave("John\"s Workstation",null,null) ]*.nodeName;
def names = [ createSlave("Sean's Workstation",null), createSlave("John\"s Workstation",null) ]*.nodeName;
def p = createMatrixProject();
p.setAxes(new AxisList([new LabelAxis("label",names)]));
configRoundtrip(p);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册