Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #23212 from KevinGrandon/bug_1057273_update_search…
Browse files Browse the repository at this point in the history
…_app_name_temporary_fix

Bug 1057273 - [Flame][v2.1] Cannot set app permission when executing test_everythingme_search.py
  • Loading branch information
chirarobert committed Aug 25, 2014
2 parents 5fae8a0 + e04d05e commit 7d12532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@ class TestEverythingMeLaunchLink(GaiaTestCase):

def setUp(self):
GaiaTestCase.setUp(self)
self.apps.set_permission('Search', 'geolocation', 'deny')
self.apps.set_permission('Browser2', 'geolocation', 'deny')
self.connect_to_network()

def test_launch_everything_me_link(self):
Expand Down
Expand Up @@ -11,7 +11,7 @@ class TestEverythingMeSearch(GaiaTestCase):

def setUp(self):
GaiaTestCase.setUp(self)
self.apps.set_permission('Search', 'geolocation', 'deny')
self.apps.set_permission('Browser2', 'geolocation', 'deny')
self.connect_to_network()

def test_launch_everything_me_search(self):
Expand Down

0 comments on commit 7d12532

Please sign in to comment.