~earl.chew/zim/pyzim-refactor-umlet

« back to all changes in this revision

Viewing changes to tests/quicknote.py

  • Committer: Jaap Karssenberg
  • Date: 2013-09-29 01:24:15 UTC
  • Revision ID: jaap.karssenberg@gmail.com-20130929012415-o3bkym77xwnz8c16
refactored config file lookup - profiles not yet supported, but prepared

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                                self.assertIsInstance(dialog, QuickNoteDialog)
26
26
                                buffer = dialog.textview.get_buffer()
27
27
                                result = buffer.get_text(*buffer.get_bounds())
28
 
                                #~ print result
29
28
                                self.assertTrue(text in result)
30
29
 
31
30
                        return my_has_text