~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_non_ascii.py

  • Committer: Wouter van Heyst
  • Date: 2006-06-07 15:18:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060607151815-78c1f021917b0e26
WorkingTree.remove takes an optional output file
bzr remove doesn't fail if it can't print the exact filename

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
    def test_remove_verbose(self):
277
277
        bzr = self.run_bzr_decode
278
278
 
279
 
        raise TestSkipped('bzr remove --verbose uses tree.remove, which calls print directly.')
280
279
        fname = self.info['filename']
281
280
        txt = bzr('remove', '--verbose', fname, encoding='ascii')
282
281