提交 35fc7a13 编写于 作者: S Seiji Sogabe

fixed test error. we expected application/json.

上级 5ea1f5e6
......@@ -173,7 +173,7 @@ public class SearchTest extends HudsonTestCase {
project1.setDisplayName(displayName);
WebClient wc = new WebClient();
Page result = wc.goTo("search/suggest?query=name", "application/javascript");
Page result = wc.goTo("search/suggest?query=name", "application/json");
Assert.assertNotNull(result);
assertGoodStatus(result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册