]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add new defaults option in get opt tests
authorBastian Dehn <hhaalo@arcor.de>
Sat, 15 Feb 2025 19:49:41 +0000 (20:49 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 15 Feb 2025 19:49:41 +0000 (20:49 +0100)
tests/kds_s2000w_net_get_opt_tests_run.c

index 00f39bb79fcb62459d6d952add3c53ab2bb843d3..9aa3b39d257027ebee270e850a2b7c19b4b77a0c 100644 (file)
@@ -21,16 +21,20 @@ int setup_default_get_option(void** state)
                        \"ScanSide\": \"Duplex\", \
                        \"ColorMode\": \"Color\", \
                        \"SkipBlankPages\": 0, \
+                       \"SkipBlankPagesContent\": 5, \
                        \"AutoStart\": 0, \
                        \"ColorDropOut\": \"None\", \
-                       \"ColorDropOutAggressiveness\"0, \
+                       \"ColorDropOutAggressiveness\" :0, \
                        \"OutputType\": \"Images\", \
                        \"ColorAutoBrightnessMode\": \"Automatic\", \
+                       \"ColorBrightness\": 0, \
+                       \"ColorContrast\": 0, \
                        \"ColorBalanceMode\": \"Automatic\", \
                        \"ColorBalanceAggressiveness\": 0, \
                        \"ColorBalanceRed\": 0, \
                        \"ColorBalanceGreen\": 0, \
                        \"ColorBalanceBlue\": 0, \
+                       \"ColorSharpen\": \"Normal\", \
                        \"ForegroundBoldnessMode\": \"None\", \
                        \"ForegroundBoldnessAggressiveness\": 0, \
                        \"BackgroundSmoothingMode\": \"None\", \
@@ -38,10 +42,22 @@ int setup_default_get_option(void** state)
                        \"BinarizationMode\": \"iThresholding\", \
                        \"BinarizationContrast\": 0, \
                        \"MaxDocumentLength\": 140, \
-                       \"ScanSource\": \"DocumentFeeder\" \
+                       \"MultifeedSensitivity\": \"None\", \
+                       \"MultifeedResponse\": \"Stop\", \
+                       \"PostScanRotation\": \"Automatic\", \
+                       \"EdgeFill\": \"Automatic\", \
+                       \"ScanSource\": \"DocumentFeeder\", \
+                       \"ImageBorder\": \"None\", \
+                       \"TransportHandling\": \"Normal\", \
+                       \"DocumentFeederTimeout\": 2, \
+                       \"DocumentFeederTimeoutResponse\": \"Stop\", \
+                       \"JpegQuality\": \"Good\", \
+                       \"HoleFill\": 0, \
+                       \"CroppingMode\": \"AutomaticStraighten\", \
+                       \"CroppingImage\": \"EntireDocument\" \
                } \
        }";
-       resp->size = 918;
+       resp->size = 1416;
        resp->data = malloc(resp->size);
        memcpy(resp->data, responsedata, resp->size);
        resp->code = 200;