mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
remove observer added by test to resolve test bustage caused by fix for bug 765063 (fa750527a43b)
This commit is contained in:
parent
1d439b6aff
commit
888baf60da
@ -21,6 +21,7 @@ SimpleTest.waitForExplicitFinish();
|
||||
// Observe app installation and confirm that the install origin didn't change.
|
||||
var observer = {
|
||||
observe: function observe(subject, topic, data) {
|
||||
Services.obs.removeObserver(observer, "webapps-sync-install");
|
||||
ok(JSON.parse(data).installOrigin == "http://www.example.com",
|
||||
"the install origin didn't change");
|
||||
tearDown();
|
||||
|
Loading…
Reference in New Issue
Block a user