зеркало из https://github.com/mozilla/pjs.git
Fix test to report what the differences actually were.
This commit is contained in:
Родитель
f46e5f46c4
Коммит
988fc30860
|
@ -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();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче