Fixing QA test, need JS dump on. -mcafee
This commit is contained in:
Родитель
19f96562ed
Коммит
a2d61bdb96
|
@ -22,7 +22,7 @@ use File::Path; # for rmtree();
|
||||||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||||
use File::Find ();
|
use File::Find ();
|
||||||
|
|
||||||
$::UtilsVersion = '$Revision: 1.223 $ ';
|
$::UtilsVersion = '$Revision: 1.224 $ ';
|
||||||
|
|
||||||
package TinderUtils;
|
package TinderUtils;
|
||||||
|
|
||||||
|
@ -1441,6 +1441,7 @@ sub run_all_tests {
|
||||||
$Settings::XULWindowOpenTest or
|
$Settings::XULWindowOpenTest or
|
||||||
$Settings::StartupPerformanceTest or
|
$Settings::StartupPerformanceTest or
|
||||||
$Settings::MailBloatTest or
|
$Settings::MailBloatTest or
|
||||||
|
$Settings::QATest or
|
||||||
$Settings::BloatTest2 or
|
$Settings::BloatTest2 or
|
||||||
$Settings::BloatTest) {
|
$Settings::BloatTest) {
|
||||||
|
|
||||||
|
@ -2025,7 +2026,7 @@ sub QATest {
|
||||||
$Settings::QATestTimeout);
|
$Settings::QATestTimeout);
|
||||||
|
|
||||||
# XXXX testing. -mcafee
|
# XXXX testing. -mcafee
|
||||||
#$rv = 'success';
|
$rv = 'success';
|
||||||
|
|
||||||
|
|
||||||
# Post-process log of test output.
|
# Post-process log of test output.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче