зеркало из https://github.com/mozilla/pjs.git
Bug 422687 encfs makes Firefox crash at start [@ libsqlite3.so@0x30fad][@ sqlite3_exec]
changing test to accept ERROR_FAILURE
This commit is contained in:
Родитель
9eaaccb0b4
Коммит
b9ff373469
|
@ -232,7 +232,8 @@ function test_createTable(){
|
|||
if (temp.exists()) try {
|
||||
temp.remove(false);
|
||||
} catch (e2) {}
|
||||
do_check_eq(e.result, Cr.NS_ERROR_NOT_INITIALIZED);
|
||||
do_check_true(e.result==Cr.NS_ERROR_NOT_INITIALIZED ||
|
||||
e.result==Cr.NS_ERROR_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче