зеркало из https://github.com/mozilla/gecko-dev.git
Fix test to report what the differences actually were.
This commit is contained in:
Родитель
403a9e34b9
Коммит
baf28387f9
|
@ -10,7 +10,7 @@ function test_full() {
|
|||
|
||||
var dateStrJs = date.toLocaleString();
|
||||
|
||||
return (dateStrXpcom == dateStrJs);
|
||||
do_check_eq(dateStrXpcom, dateStrJs);
|
||||
|
||||
}
|
||||
|
||||
|
@ -26,12 +26,12 @@ function test_kTimeFormatSeconds() {
|
|||
|
||||
var dateStrJs = date.toLocaleDateString()
|
||||
|
||||
return (dateStrXpcom == dateStrJs);
|
||||
do_check_eq(dateStrXpcom, dateStrJs);
|
||||
|
||||
}
|
||||
|
||||
function run_test()
|
||||
{
|
||||
do_check_true(test_full());
|
||||
do_check_true(test_kTimeFormatSeconds());
|
||||
test_full();
|
||||
test_kTimeFormatSeconds();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче