~popey/stock-ticker-mobile-app/fix-1288885

« back to all changes in this revision

Viewing changes to tests/autopilot/stock_ticker/tests/__init__.py

  • Committer: Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2013-10-10 19:18:48 UTC
  • mfrom: (65.1.2 storage_location)
  • Revision ID: tarmac-20131010191848-vik50xbdy61vgenc
Using the applicationName for storage path in test.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from autopilot.input import Mouse, Touch, Pointer
25
25
from autopilot.platform import model
26
26
from autopilot.testcase import AutopilotTestCase
27
 
from autopilot.matchers import Eventually
28
 
from testtools.matchers import GreaterThan, Equals
29
27
 
30
28
from ubuntuuitoolkit import emulators as toolkit_emulators
31
29
from stock_ticker import emulators
45
43
    local_location = "../../Stock_Ticker.qml"
46
44
    installed_location = "/usr/share/stock-ticker-mobile-app/Stock_Tickers.qml"
47
45
    sqlite_dir = os.path.expanduser(
48
 
        "~/.local/share/stock-ticker-mobile-app/Databases")
 
46
        "~/.local/share/com.ubuntu.stock-ticker-mobile/Databases")
49
47
    backup_dir = sqlite_dir + ".backup"
50
48
 
51
49
    def setUp(self):