Bug 961162 - Fix intermittent failures in test_networkstats_service_proxy.js. r=gene

This commit is contained in:
Albert Crespell 2014-01-27 13:16:01 +01:00
Родитель 6eb5ab8b6d
Коммит bc0d73a278
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -127,10 +127,10 @@ add_test(function test_saveServiceStats() {
Math.floor(timestamp / 1000));
do_check_eq(cachedStats[key2].rxBytes, 50);
do_check_eq(cachedStats[key2].txBytes, 100);
run_next_test();
}
);
run_next_test();
});
add_test(function test_saveStatsWithDifferentDates() {