]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
rename tests for get options
authorBastian Dehn <hhaalo@arcor.de>
Tue, 12 Mar 2024 20:21:02 +0000 (21:21 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 12 Mar 2024 20:21:02 +0000 (21:21 +0100)
tests/kds_s2000w_net_tests.c

index 9e47086ab3fad61f5bcf11b7796c3a127637e089..715a85f2aab84a19fa2c03a7ec280000683cda97 100644 (file)
@@ -124,7 +124,7 @@ START_TEST(kds_s2000w_net_get_select_fd)
 }
 END_TEST
 
-START_TEST(sane_kds_s2000w_net_control_option_zero)
+START_TEST(sane_kds_s2000w_net_control_get_option_zero)
 {
        handler* h = init_handler();
        int value = 0;
@@ -137,7 +137,7 @@ START_TEST(sane_kds_s2000w_net_control_option_zero)
 }
 END_TEST
 
-START_TEST(sane_kds_s2000w_net_control_option_two)
+START_TEST(sane_kds_s2000w_net_control_get_option_two)
 {
        handler* h = init_handler();
        int option_num = 0;
@@ -153,7 +153,7 @@ START_TEST(sane_kds_s2000w_net_control_option_two)
 }
 END_TEST
 
-START_TEST(sane_kds_s2000w_net_control_option_three)
+START_TEST(sane_kds_s2000w_net_control_get_option_three)
 {
        handler* h = init_handler();
        int option_num = 0;
@@ -169,7 +169,7 @@ START_TEST(sane_kds_s2000w_net_control_option_three)
 }
 END_TEST
 
-START_TEST(sane_kds_s2000w_net_control_option_four)
+START_TEST(sane_kds_s2000w_net_control_get_option_four)
 {
        handler* h = init_handler();
        int option_num = 0;
@@ -185,7 +185,7 @@ START_TEST(sane_kds_s2000w_net_control_option_four)
 }
 END_TEST
 
-START_TEST(sane_kds_s2000w_net_control_option_five)
+START_TEST(sane_kds_s2000w_net_control_get_option_five)
 {
        handler* h = init_handler();
        int option_num = 0;
@@ -201,7 +201,7 @@ START_TEST(sane_kds_s2000w_net_control_option_five)
 }
 END_TEST
 
-START_TEST(sane_kds_s2000w_net_control_option_six)
+START_TEST(sane_kds_s2000w_net_control_get_option_six)
 {
        handler* h = init_handler();
        int option_num = 0;
@@ -227,12 +227,12 @@ Suite* net_tests()
        tcase_add_test(net_tests, kds_s2000w_net_get_parameters_with_image_data);
        tcase_add_test(net_tests, kds_s2000w_net_set_io_mode);
        tcase_add_test(net_tests, kds_s2000w_net_get_select_fd);
-       tcase_add_test(net_tests, sane_kds_s2000w_net_control_option_zero);
-       tcase_add_test(net_tests, sane_kds_s2000w_net_control_option_two);
-       tcase_add_test(net_tests, sane_kds_s2000w_net_control_option_three);
-       tcase_add_test(net_tests, sane_kds_s2000w_net_control_option_four);
-       tcase_add_test(net_tests, sane_kds_s2000w_net_control_option_five);
-       tcase_add_test(net_tests, sane_kds_s2000w_net_control_option_six);
+       tcase_add_test(net_tests, sane_kds_s2000w_net_control_get_option_zero);
+       tcase_add_test(net_tests, sane_kds_s2000w_net_control_get_option_two);
+       tcase_add_test(net_tests, sane_kds_s2000w_net_control_get_option_three);
+       tcase_add_test(net_tests, sane_kds_s2000w_net_control_get_option_four);
+       tcase_add_test(net_tests, sane_kds_s2000w_net_control_get_option_five);
+       tcase_add_test(net_tests, sane_kds_s2000w_net_control_get_option_six);
        suite_add_tcase(net_tests_suite, net_tests);
        return net_tests_suite;
 }
\ No newline at end of file