Remove scripted encoding test workaround
The test has been segregated, making the workaround unnecessary
This commit is contained in:
parent
f72809d621
commit
37aecf97ba
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ class TestCharset extends \PHPUnit\Framework\TestCase {
|
||||||
while ($l < $end && !preg_match("/^#encoding\s+$/", ($line = @$test[$l++]))) {
|
while ($l < $end && !preg_match("/^#encoding\s+$/", ($line = @$test[$l++]))) {
|
||||||
$data .= $line;
|
$data .= $line;
|
||||||
}
|
}
|
||||||
// suppress test that requires scripting to pass
|
|
||||||
if (in_array($testId,["tests1.dat #54"])) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if ($l >= $end) {
|
if ($l >= $end) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue