Pretend we know what we're talking about even though this doesn't work yet

This commit is contained in:
Kumar McMillan 2011-09-07 16:41:48 -05:00
Родитель f0c7346f90
Коммит 610572f6bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1357,7 +1357,7 @@ function initPerfTests(doc) {
// TODO(Kumar) poll for results and display message
$results.attr('data-got-response', 1);
if (data.success) {
$results.text('TODO: poll for results?');
$results.text(gettext('Waiting for test results...'));
} else {
$results.text(gettext('Internal Server Error'));
}