зеркало из https://github.com/mozilla/gecko-dev.git
Bug 949949 - [B2G] remove telephony.onincoming before test case finishes. r=vicamo
This commit is contained in:
Родитель
e7c01f9f5b
Коммит
52d7945902
|
@ -152,7 +152,7 @@ function remoteDial(number) {
|
|||
|
||||
telephony.onincoming = function onincoming(event) {
|
||||
log("Received 'incoming' call event.");
|
||||
telephony.onimcoming = null;
|
||||
telephony.onincoming = null;
|
||||
|
||||
let call = event.call;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ function remoteDial(number) {
|
|||
|
||||
telephony.onincoming = function onincoming(event) {
|
||||
log("Received 'incoming' call event.");
|
||||
telephony.onimcoming = null;
|
||||
telephony.onincoming = null;
|
||||
|
||||
let call = event.call;
|
||||
|
||||
|
|
|
@ -91,6 +91,7 @@ function hangUp() {
|
|||
}
|
||||
|
||||
function cleanUp() {
|
||||
telephony.onincoming = null;
|
||||
finish();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче