From a8453e7c35b52d3e79a964e9a3991ac461694a1c Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 28 Oct 2025 19:35:43 +0100 Subject: [PATCH] change test max dpi --- tests/kds_s2000w_net_set_opt_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kds_s2000w_net_set_opt_tests.c b/tests/kds_s2000w_net_set_opt_tests.c index 85b9f7c..7410560 100644 --- a/tests/kds_s2000w_net_set_opt_tests.c +++ b/tests/kds_s2000w_net_set_opt_tests.c @@ -397,7 +397,7 @@ void kds_s2000w_net_set_option_int_word_list_test(void** state) if (set_value == NULL) return; - *set_value = 300; + *set_value = 600; response_t** responses = (response_t**) *state; handler_t* h = kds_s2000w_handler_init(); h->profile = PROFILE_FULL; @@ -418,7 +418,7 @@ void kds_s2000w_net_set_option_int_word_list_test(void** state) int32_t value = json_object_get_int(value_object); assert_int_equal(status, SANE_STATUS_GOOD); - assert_int_equal(value, 300); + assert_int_equal(value, 600); kds_s2000w_handler_free(h); h = NULL; -- 2.47.3