Bug 980236 - [B2G] [RIL] test_ril_worker_icc.js fails with DEBUG = true. r=allstars.chh

This commit is contained in:
Hsin-Yi Tsai 2014-03-06 18:05:38 +08:00
Родитель 1e4c0c54eb
Коммит 4ae9218d69
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -2115,6 +2115,10 @@ add_test(function test_process_icc_io_error() {
}
ioHelper.processICCIOError({rilRequestError: errorCode,
fileId: 0xffff,
command: 0xff,
sw1: 0xff,
sw2: 0xff,
onerror: errorCb});
do_check_true(called);
}