Remove scripted encoding test workaround

The test has been segregated, making the workaround unnecessary
This commit is contained in:
J. King 2020-09-16 18:23:39 -04:00
parent f72809d621
commit 37aecf97ba

View file

@ -111,10 +111,6 @@ class TestCharset extends \PHPUnit\Framework\TestCase {
while ($l < $end && !preg_match("/^#encoding\s+$/", ($line = @$test[$l++]))) {
$data .= $line;
}
// suppress test that requires scripting to pass
if (in_array($testId,["tests1.dat #54"])) {
continue;
}
if ($l >= $end) {
return;
}