mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
ae806395ab
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
25 lines
298 B
Plaintext
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>
|