=== modified file 'tests/autopilot/ubuntu_weather_app/tests/__init__.py'
--- tests/autopilot/ubuntu_weather_app/tests/__init__.py	2013-09-29 14:26:37 +0000
+++ tests/autopilot/ubuntu_weather_app/tests/__init__.py	2013-10-03 17:28:34 +0000
@@ -107,7 +107,7 @@
     """
 
     def find_db(self):
-        dbs_path = os.path.expanduser("~/.local/share/Qt Project/QtQmlViewer/QML/OfflineStorage/Databases/")
+        dbs_path = os.path.expanduser("~/.local/share/ubuntu-weather-app/Databases")
         if not os.path.exists(dbs_path):
             return None
 

