From 30f478b6795937e3e689a01b7039f8ab241f8d67 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 19 Jan 2025 18:50:04 +0100 Subject: [PATCH] fix test with right description --- tests/kds_s2000w_option_descriptor_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kds_s2000w_option_descriptor_tests.c b/tests/kds_s2000w_option_descriptor_tests.c index 27cab8e..7e531aa 100644 --- a/tests/kds_s2000w_option_descriptor_tests.c +++ b/tests/kds_s2000w_option_descriptor_tests.c @@ -379,8 +379,8 @@ void kds_s2000w_option_get_descriptor_twentyone() SANE_Option_Descriptor* option = kds_s2000w_option_get_descriptor(21); assert_string_equal("config-reset", option->name); - assert_string_equal("Konfiguration zuruecksetzen", option->title); - assert_string_equal("Laedt die default Konfiguration des Scanners", option->desc); + assert_string_equal("reset config", option->title); + assert_string_equal("load default configuration from scanner", option->desc); assert_int_equal(SANE_TYPE_BUTTON, option->type); assert_int_equal(SANE_UNIT_NONE, option->unit); assert_int_equal(0, option->size); -- 2.39.5