/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: Mikkel Kamstrup Erlandsen
  • Date: 2011-09-28 07:45:39 UTC
  • mto: This revision was merged to the branch mainline in revision 740.
  • Revision ID: mikkel.kamstrup@gmail.com-20110928074539-qxl1yn1bkjel6ir0
Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    def assertBufferText(self, text, buffer):
44
44
        """Check the text stored in the buffer."""
45
45
        self.assertEqual(text, buffer.get_text(buffer.get_start_iter(),
46
 
                                               buffer.get_end_iter(),
47
 
                                               True))
 
46
                                               buffer.get_end_iter()))
48
47
 
49
48
    def test_create_view(self):
50
49
        builder = self.make_branch_builder('test')