From a7e8a2ba9aa5e8a6ba074f397b1fd789a8f25205 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 26 Mar 2013 02:06:30 +0700 Subject: pass all the current tests --- tests/test/host/hid/test_hid_host.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test/host/hid') diff --git a/tests/test/host/hid/test_hid_host.c b/tests/test/host/hid/test_hid_host.c index 3a398257c..3114eaf1e 100644 --- a/tests/test/host/hid/test_hid_host.c +++ b/tests/test/host/hid/test_hid_host.c @@ -88,11 +88,10 @@ void test_hidh_open_ok(void) void test_hidh_close(void) { - hidh_keyboard_init_Ignore(); hidh_keyboard_close_Expect(dev_addr); //------------- Code Under TEST -------------// -// hidh_close(dev_addr); + hidh_close(dev_addr); } void test_hihd_isr(void) -- cgit v1.3.1