mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for the test for bug 501413
This commit is contained in:
parent
1a574c8f1d
commit
821f9279d3
@ -184,7 +184,7 @@ function test() {
|
||||
if (tests.length == 0)
|
||||
finish();
|
||||
else {
|
||||
currentTest = tests.push();
|
||||
currentTest = tests.shift();
|
||||
testPlacesPanel(function() {
|
||||
changeSidebarDirection("ltr");
|
||||
info("Running " + currentTest.desc + " in LTR mode");
|
||||
|
Loading…
Reference in New Issue
Block a user