~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_docviewer_app/tests/test_docviewer.py

  • Committer: David Planella
  • Date: 2014-10-28 22:01:16 UTC
  • mfrom: (31.2.8 add-poppler-plugin)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: david.planella@ubuntu.com-20141028220116-bryaeq3if69o6r6o
Merged branch to add Poppler plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    def check_mimeType(self):
77
77
        self.assertThat(
78
78
            self.app.select_single("MainView",
79
 
                                   objectName="docviewer").minetype,
 
79
                                   objectName="docviewer").mimetype,
80
80
            Eventually(NotEquals(False)))
81
81
 
82
82
    def test_unknown_file_type(self):