Only test my code.

This commit is contained in:
Murilo Pereira 2011-02-12 15:58:24 -02:00
parent 8c02e908db
commit cdbb86e331

View File

@ -25,10 +25,6 @@ void test_set_frame() {
initialize_frame(frame);
set_frame(frame, start_y, start_x);
/*TODO: find a way to compare the WINDOW structures */
/*WINDOW *shape;*/
/*shape = newwin(FRAME_HEIGHT, FRAME_WIDTH, start_y, start_x);*/
/*assert(frame->shape == shape); */
assert(frame->start_y == start_y);
assert(frame->start_x == start_x);