提交 ad4d9a89 编写于 作者: S sean.wang

testcase fix

上级 63b4d227
......@@ -17,5 +17,10 @@ public class LogViewDaoTest extends ComponentTestCase {
Logview logview = dao.findNextByMessageIdTags("id1", true, "pet", null, null, LogviewEntity.READSET_FULL);
System.out.println(logview);
logview = dao.findNextByMessageIdTags("id2", false, "pet", null, null, LogviewEntity.READSET_FULL);
System.out.println(logview);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册