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

  • Committer: Curtis Hovey
  • Date: 2012-02-03 22:55:40 UTC
  • mto: This revision was merged to the branch mainline in revision 774.
  • Revision ID: sinzui.is@verizon.net-20120203225540-wg553pau7kjihy2k
Added a smoketest for bzr-handle-patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1307
1307
            os.path.dirname(__file__), os.pardir))
1308
1308
        self.script = os.path.join(top, 'bzr-handle-patch')
1309
1309
        self.env = dict(os.environ)
1310
 
        self.env['BZR_PLUGINS_AT'] = 'gtk@%s' % top
 
1310
        self.env['BZR_PLUGINS_AT'] = 'gtk@%s' %top
1311
1311
        self.patch = NamedTemporaryFile()
1312
1312
        self.patch.write('\n'.join([
1313
1313
            "=== added file '_test.txt'",