~alecu/+junk/demo-app5

« back to all changes in this revision

Viewing changes to app/tests/autopilot/demo-app2/main/test_main.py

  • Committer: Alejandro J. Cura
  • Date: 2014-08-27 22:18:07 UTC
  • Revision ID: alecu@canonical.com-20140827221807-tbg1l4ypg0cbm0l7
Renamed the app basename

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from testtools.matchers import Is, Not, Equals
8
8
from testtools import skip
9
9
import os
10
 
from demo-app1 import UbuntuTouchAppTestCase
 
10
from demo-app2 import UbuntuTouchAppTestCase
11
11
 
12
12
 
13
13
class MainTests(UbuntuTouchAppTestCase):
14
14
    """Generic tests for the Hello World"""
15
15
 
16
 
    test_qml_file = "%s/%s.qml" % (os.path.dirname(os.path.realpath(__file__)),"../../../../demo-app1")
 
16
    test_qml_file = "%s/%s.qml" % (os.path.dirname(os.path.realpath(__file__)),"../../../../demo-app2")
17
17
 
18
18
    def test_0_can_select_mainView(self):
19
19
        """Must be able to select the mainview."""