Đậu Đình Nghĩa
unread,Jan 14, 2013, 6:20:25 AM1/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to oop2...@googlegroups.com
Em thưa cô, cô thử xem lại phần testDropHeight trong file ChauBoardTest, có lỗi như thế này:
public void testDropHeight() {
b.commit();
int result = b.place(s12, 1, 1);
b.commit();
assertEquals(1, b.dropHeight(st1,0));
assertEquals(4, b.dropHeight(st2,0));
assertEquals(2, b.dropHeight(p2,2));
assertEquals(3, b.dropHeight(l11,2));
}
Em nghĩ trả về 3 chứ không phải 2 cô ạ.