/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/commands/test_cat.py

  • Committer: Vincent Ladeuil
  • Date: 2007-07-22 17:18:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070722171805-u050omkduhfxijy0
From review comments, fix typos and deprecate some functions.

* bzrlib/transport/__init__.py:
(urlescape, urlunescape): Deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        # branch/foo/.bzr/branch-format when used with the paramiko test
41
41
        # server.
42
42
        from bzrlib.tests import TestSkipped
43
 
        raise TestSkipped
 
43
        raise TestSkipped('SFTPTransport raises incorrect exception'
 
44
                          ' when reading from paramiko server')
44
45
        wt1 = self.make_branch_and_tree('branch')
45
46
        self.build_tree_contents([('branch/foo', 'foo')])
46
47
        wt1.add('foo')