зеркало из https://github.com/mozilla/gecko-dev.git
JavaScript Test - fix expected path, bug 368585
This commit is contained in:
Родитель
2dd54e03ed
Коммит
ef8250d62d
|
@ -125,7 +125,7 @@ function test2()
|
||||||
is a subdirectory of the directory containing jsDriver.pl
|
is a subdirectory of the directory containing jsDriver.pl
|
||||||
*/
|
*/
|
||||||
var expectedLine = 139;
|
var expectedLine = 139;
|
||||||
var expectedFileName = 'js1_5/Exceptions/regress-50447-1.js';
|
var expectedFileName = 'js1_5/extensions/regress-50447-1.js';
|
||||||
if (typeof document == "undefined")
|
if (typeof document == "undefined")
|
||||||
{
|
{
|
||||||
expectedFileName = './' + expectedFileName;
|
expectedFileName = './' + expectedFileName;
|
||||||
|
@ -161,7 +161,7 @@ function test3()
|
||||||
|
|
||||||
enterFunc ("test3");
|
enterFunc ("test3");
|
||||||
|
|
||||||
var expectedFileName = 'js1_5/Exceptions/regress-50447-1.js';
|
var expectedFileName = 'js1_5/extensions/regress-50447-1.js';
|
||||||
if (typeof document == "undefined")
|
if (typeof document == "undefined")
|
||||||
{
|
{
|
||||||
expectedFileName = './' + expectedFileName;
|
expectedFileName = './' + expectedFileName;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче