From cdbb86e331b1d41161eecaa867d6a31f8384f3fd Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sat, 12 Feb 2011 15:58:24 -0200 Subject: [PATCH] Only test my code. --- test/frame_test.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/frame_test.c b/test/frame_test.c index 25676b5..c696e2b 100644 --- a/test/frame_test.c +++ b/test/frame_test.c @@ -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);