提交 19817fb7 编写于 作者: K Kohsuke Kawaguchi

Fixing test failures

上级 9a9a9c0c
......@@ -26,7 +26,7 @@ package hudson.tasks;
import com.thoughtworks.xstream.annotations.XStreamConverter;
import hudson.model.Action;
import hudson.model.Run;
import hudson.util.xstream.LRUStringConverter;
import hudson.util.LRUStringConverter;
/**
* Remembers the message ID of the e-mail that was sent for the build.
......
......@@ -123,7 +123,7 @@ public class NodeListTest extends TestCase {
String xml = FileUtils.readFileToString(tmp);
System.out.println(xml);
assertEquals(4,xml.split("\n").length);
assertEquals(6,xml.split("\n").length);
NodeList back = (NodeList)x.read();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册