/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_notify.py

  • Committer: Curtis Hovey
  • Date: 2012-02-05 05:14:11 UTC
  • mto: This revision was merged to the branch mainline in revision 775.
  • Revision ID: sinzui.is@verizon.net-20120205051411-y9ra08wae1wsfv52
Remove unneeded gtksourceview1 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
            stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=self.env)
60
60
        stdout, stderr = bzr_notify.communicate()
61
61
        self.assertEqual('', stdout)
62
 
        self.assertTrue(
63
 
            stderr in (
64
 
            '', 'ERROR:root:Could not find any typelib for AppIndicator3\n'))
 
62
        self.assertEqual('', stderr)