mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
Tests: test_filter_str: Tweak comments and white space
(cherry picked from commit 4f6af853bc99904efb8b6c28a0af7b81a8476c1b)
This commit is contained in:
parent
ceda860934
commit
c59ebbe1c6
@ -460,6 +460,7 @@ test_lzma_str_from_filters(void)
|
|||||||
|
|
||||||
lzma_options_lzma opts;
|
lzma_options_lzma opts;
|
||||||
assert_false(lzma_lzma_preset(&opts, LZMA_PRESET_DEFAULT));
|
assert_false(lzma_lzma_preset(&opts, LZMA_PRESET_DEFAULT));
|
||||||
|
|
||||||
// Test with too many Filters (array terminated after 4+ filters).
|
// Test with too many Filters (array terminated after 4+ filters).
|
||||||
lzma_filter oversized_filters[LZMA_FILTERS_MAX + 2];
|
lzma_filter oversized_filters[LZMA_FILTERS_MAX + 2];
|
||||||
|
|
||||||
@ -607,6 +608,8 @@ test_lzma_str_list_filters(void)
|
|||||||
assert_lzma_ret(lzma_str_list_filters(&str, LZMA_VLI_UNKNOWN,
|
assert_lzma_ret(lzma_str_list_filters(&str, LZMA_VLI_UNKNOWN,
|
||||||
LZMA_STR_ENCODER, NULL), LZMA_OK);
|
LZMA_STR_ENCODER, NULL), LZMA_OK);
|
||||||
|
|
||||||
|
// NOTE: Just checking for "contains" is a bit weak check as
|
||||||
|
// "arm" matches "armthumb" and "arm64" too.
|
||||||
for (uint32_t i = 0; i < ARRAY_SIZE(supported_encoders); i++)
|
for (uint32_t i = 0; i < ARRAY_SIZE(supported_encoders); i++)
|
||||||
assert_str_contains(str, supported_encoders[i]);
|
assert_str_contains(str, supported_encoders[i]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user