Bug 904084 - fix voicemail test case test_voicemail_statuschanged.js permanent failure. r=yoshi

This commit is contained in:
Vicamo Yang 2013-08-14 10:23:58 +08:00
parent 0ba188b263
commit b0434ddf3f
3 changed files with 2 additions and 5 deletions

View File

@ -1747,7 +1747,7 @@ RILContentHelper.prototype = {
if (changed) {
this._deliverEvent("_voicemailListeners",
"voicemailNotification",
"notifyStatusChanged",
[this.voicemailStatus]);
}
},

View File

@ -4,5 +4,4 @@ browser = false
qemu = true
[test_voicemail_statuschanged.py]
disabled = Bug 806138
[test_voicemail_number.js]

View File

@ -2,10 +2,8 @@
* http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
let Cu = SpecialPowers.wrap(Components).utils;
let RIL = {};
Cu.import("resource://gre/modules/ril_consts.js", RIL);
SpecialPowers.Cu.import("resource://gre/modules/ril_consts.js", RIL);
// Only bring in what we need from ril_worker/RadioInterfaceLayer here. Reusing
// that code turns out to be a nightmare, so there is some code duplication.