~ubuntu-filemanager-dev/ubuntu-filemanager-app/trunk

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_filemanager_app/tests/test_places.py

  • Committer: Bileto Bot
  • Date: 2017-04-04 17:06:41 UTC
  • mfrom: (588.1.19 fix-desktop-file)
  • Revision ID: ci-train-bot@canonical.com-20170404170641-1p15lmx8wodlx2ut
* Rename binary file to ubuntu-filemanager-app
* Join plugin packages into the main package 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from autopilot.matchers import Eventually
18
18
from testtools.matchers import Equals
19
19
 
20
 
from filemanager.tests import FileManagerTestCase
 
20
from ubuntu_filemanager_app.tests import FileManagerTestCase
21
21
 
22
22
 
23
23
class PlacesTestCase(FileManagerTestCase):