Add base54.reset() to compress tests

Without this reset, char counts bleed to next tests. One test had a bad expect clause.
This commit is contained in:
Richard van Velzen
2016-04-12 20:08:09 +02:00
parent b5a7a231f7
commit 187a0caf9d
2 changed files with 2 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ function run_compress_tests() {
log_start_file(file);
function test_case(test) {
log_test(test.name);
U.base54.reset();
var options = U.defaults(test.options, {
warnings: false
});