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

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_filemanager_app/tests/test_context_menu.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:
15
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
import os
18
 
from filemanager.tests import FileManagerTestCase
 
18
from ubuntu_filemanager_app.tests import FileManagerTestCase
19
19
 
20
20
 
21
21
class ContextMenuTestCase(FileManagerTestCase):