]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change test load full profile
authorBastian Dehn <hhaalo@arcor.de>
Tue, 23 Sep 2025 15:24:39 +0000 (17:24 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 23 Sep 2025 15:24:39 +0000 (17:24 +0200)
tests/kds_s2000w_net_get_opt_tests_run.c
tests/kds_s2000w_option_descriptor_tests.c

index 7c4eefb34d4d2ae9a0e92683134e160c20890b51..b059c52077b53b0df2755d7c498590b40f2d8ccb 100644 (file)
@@ -6,7 +6,7 @@
 
 int setup_default_get_option(void** state)
 {
-       kds_s2000w_option_descriptors_init(0);
+       kds_s2000w_option_descriptors_init(PROFILE_FULL);
        response* resp = kds_s2000w_client_response_init();
        const char* responsedata = "{ \
                \"Status\": { \
index 31b5b23c20015a286c41ae9c8445facef55965a0..66b025456b1477a8cc2fe8dc993172295ec6b93f 100644 (file)
@@ -6,7 +6,7 @@
 
 int setup(void** state)
 {
-       kds_s2000w_option_descriptors_init(0);
+       kds_s2000w_option_descriptors_init(PROFILE_FULL);
 
        return 0;
 }