]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change test max dpi develop
authorBastian Dehn <hhaalo@arcor.de>
Tue, 28 Oct 2025 18:35:43 +0000 (19:35 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 28 Oct 2025 18:35:43 +0000 (19:35 +0100)
tests/kds_s2000w_net_set_opt_tests.c

index 85b9f7c26fcd2cd78d05776ffa5589243f2e5922..7410560f40215c84eef9349c83a52dace14fec15 100644 (file)
@@ -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;