Standardize and Optimize blue robot SVG

Co-authored-by: Andre Vallestero <39736205+AndreVallestero@users.noreply.github.com>
This commit is contained in:
MewPurPur
2023-06-08 20:00:18 +02:00
parent 0a0132ccf4
commit a8412c12da
12 changed files with 13 additions and 841 deletions

View File

@ -111,10 +111,10 @@ TEST_CASE("[PCKPacker] Pack a PCK file with some files and directories") {
err == OK,
"The generated non-empty PCK file should be opened successfully.");
CHECK_MESSAGE(
f->get_length() >= 25000,
f->get_length() >= 18000,
"The generated non-empty PCK file should be large enough to actually hold the contents specified above.");
CHECK_MESSAGE(
f->get_length() <= 35000,
f->get_length() <= 27000,
"The generated non-empty PCK file shouldn't be too large.");
}
} // namespace TestPCKPacker