~qqworini/ubuntu-rssreader-app/fix-gridview-bug

« back to all changes in this revision

Viewing changes to tests/autopilot/shorts_app/tests/test_rssreader.py

  • Committer: Tarmac
  • Author(s): nskaggs, Nicholas Skaggs
  • Date: 2014-02-13 04:27:49 UTC
  • mfrom: (170.1.24 shorts)
  • Revision ID: tarmac-20140213042749-qvgiei4u586npq0j
Add cmake build
fix OSK from not be re-enabled after testing
rename test suite and other project bits to shorts app.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# under the terms of the GNU General Public License version 3, as published
6
6
# by the Free Software Foundation.
7
7
 
8
 
"""RSS Reader app autopilot tests."""
 
8
"""shorts app autopilot tests."""
9
9
 
10
10
from __future__ import absolute_import
11
11
 
12
12
from autopilot.matchers import Eventually
13
13
from testtools.matchers import Equals, NotEquals, Is, Not
14
14
 
15
 
from ubuntu_rssreader_app.tests import RssReaderAppTestCase
 
15
from shorts_app.tests import ShortsAppTestCase
16
16
from time import sleep
17
17
import unittest
18
18
import logging
20
20
logger = logging.getLogger(__name__)
21
21
 
22
22
 
23
 
class TestMainWindow(RssReaderAppTestCase):
 
23
class TestMainWindow(ShortsAppTestCase):
24
24
 
25
25
    def setUp(self):
26
26
        super(TestMainWindow, self).setUp()
301
301
        """test view modes and ensure feed items can be opened"""
302
302
 
303
303
        feed = "http://www.canonical.com/rss.xml"
304
 
        feedName = "Insights"
 
304
        #feedName = "Insights"
305
305
        topicName = "CanonicalTopic"
306
306
 
307
307
        #just for timing issues