~martin-borho/ubuntu-weather-app/keyboard-shortcuts

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_weather_app/tests/test_locationmanager.py

  • Committer: Martin Borho
  • Date: 2014-02-10 20:13:43 UTC
  • Revision ID: martin@borho.net-20140210201343-wg95et4721e30cen
simple return

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
 
300
300
    def test_open_location_manager_keyboard(self):
301
301
        if self.platform_model != "Desktop": 
302
 
            return None
 
302
            return
303
303
        self._preload_database_and_launch()
304
304
        self._open_location_manager(kb=True)
305
305
 
313
313
 
314
314
    def test_add_location_keyboard(self):
315
315
        if self.platform_model != "Desktop": 
316
 
            return None
 
316
            return
317
317
        self._preload_database_and_launch()
318
318
        self._open_location_manager(kb=True)
319
319