From: Bastian Dehn Date: Tue, 23 Sep 2025 15:24:39 +0000 (+0200) Subject: change test load full profile X-Git-Tag: v1.1.6^2~1^2~3 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=82f55aef7b710648279c8e146d99f7b1324818eb;p=sane-kds-s2000w-net.git change test load full profile --- diff --git a/tests/kds_s2000w_net_get_opt_tests_run.c b/tests/kds_s2000w_net_get_opt_tests_run.c index 7c4eefb..b059c52 100644 --- a/tests/kds_s2000w_net_get_opt_tests_run.c +++ b/tests/kds_s2000w_net_get_opt_tests_run.c @@ -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\": { \ diff --git a/tests/kds_s2000w_option_descriptor_tests.c b/tests/kds_s2000w_option_descriptor_tests.c index 31b5b23..66b0254 100644 --- a/tests/kds_s2000w_option_descriptor_tests.c +++ b/tests/kds_s2000w_option_descriptor_tests.c @@ -6,7 +6,7 @@ int setup(void** state) { - kds_s2000w_option_descriptors_init(0); + kds_s2000w_option_descriptors_init(PROFILE_FULL); return 0; }