X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_import.c;h=6b5dfa606fa9db879e35b031629f8b9bd2985677;hb=cdb3dada645394bb1e0d0bf7816291fbd9a2a4a0;hp=0ab6c042f86e9db90632deafab33de108a237f2c;hpb=dc68da94af8fca91748579c84ef5ed798db7efab;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/test_cases_import.c b/test/blackbox/run_blackbox_tests/test_cases_import.c index 0ab6c042..6b5dfa60 100644 --- a/test/blackbox/run_blackbox_tests/test_cases_import.c +++ b/test/blackbox/run_blackbox_tests/test_cases_import.c @@ -42,34 +42,31 @@ static void test_case_import_04(void **state); static bool test_import_04(void); static void test_case_import_05(void **state); static bool test_import_05(void); -static void test_case_import_06(void **state); -static bool test_import_06(void); /* State structure for import API Test Case #1 */ static black_box_state_t test_case_import_01_state = { .test_case_name = "test_case_import_01", }; + /* State structure for import API Test Case #2 */ static black_box_state_t test_case_import_02_state = { .test_case_name = "test_case_import_02", }; + /* State structure for import API Test Case #3 */ static black_box_state_t test_case_import_03_state = { .test_case_name = "test_case_import_03", }; + /* State structure for import API Test Case #4 */ static black_box_state_t test_case_import_04_state = { .test_case_name = "test_case_import_04", }; + /* State structure for import API Test Case #5 */ static black_box_state_t test_case_import_05_state = { .test_case_name = "test_case_import_05", }; -/* State structure for import API Test Case #6 */ -static black_box_state_t test_case_import_06_state = { - .test_case_name = "test_case_import_06", -}; - /* Execute import Test Case # 1 - valid case*/ static void test_case_import_01(void **state) {