all: enhance tests
This commit is contained in:
@@ -60,8 +60,6 @@ void Packer::assertPacker() const {
|
||||
// info: 36 is the limit for show_all_packers() in help.cpp, but 32 should be enough for now
|
||||
assert(strlen(getFullName(nullptr)) <= 32);
|
||||
assert(strlen(getFullName(opt)) <= 32);
|
||||
assert(getCompressionMethods(M_ALL, 10) != nullptr);
|
||||
(void) getFilters();
|
||||
if (bele == nullptr)
|
||||
fprintf(stderr, "%s\n", getName());
|
||||
assert(bele != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user