Bustage fix for the test for bug 501413

This commit is contained in:
Ehsan Akhgari 2009-07-29 12:09:38 +04:30
parent 1a574c8f1d
commit 821f9279d3

View File

@ -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");