/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/test_revisionview.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 19:50:45 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110812195045-y86bmaibs3pw5w6d
Updated buffer.getText() calls and ModifierType enums.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    def assertBufferText(self, text, buffer):
33
33
        """Check the text stored in the buffer."""
34
34
        self.assertEqual(text, buffer.get_text(buffer.get_start_iter(),
35
 
                                               buffer.get_end_iter()))
 
35
                                               buffer.get_end_iter(),
 
36
                                               True))
36
37
 
37
38
    def test_create_view(self):
38
39
        builder = self.make_branch_builder('test')