Code review comment for lp:~gang65/ubuntu-docviewer-app/ubuntu-docviewer-desktop-improvements

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

You fixed the misspelling, so update the test as well :-)

=== modified file 'tests/autopilot/ubuntu_docviewer_app/tests/test_docviewer.py'
--- tests/autopilot/ubuntu_docviewer_app/tests/test_docviewer.py 2013-09-28 09:21:26 +0000
+++ tests/autopilot/ubuntu_docviewer_app/tests/test_docviewer.py 2014-05-08 14:06:55 +0000
@@ -92,7 +92,7 @@
             self.launch_test_installed(self.sample_dir + filePath)

         self.assertThat(
- self.app.select_single("Dialog", title="Unknow type").visible,
+ self.app.select_single("Dialog", title="Unknown type").visible,
             Eventually(Equals(True)))

     def test_open_pdf_file_type(self)

« Back to merge proposal