curl/tests/data/test1544
Patrick Monnerat ae806395ab
test1554: check translatable string options in OS400 wrapper
This test runs a perl script that checks all string options are properly
translated by the OS400 character code conversion wrapper. It also
verifies these options are listed in alphanumeric order in the wrapper
switch statement.

Closes #11650
2023-08-17 17:34:35 +02:00

25 lines
298 B
Plaintext

<testcase>
<info>
<keywords>
source analysis
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<name>
Verify all string options are translated by OS/400 wrapper
</name>
<command type="perl">
%SRCDIR/check-translatable-options.pl %SRCDIR/..
</command>
</client>
</testcase>