Rev 4648: (vila)(trivial) Fix typos left after test_selftest refactoring in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Aug 25 12:39:07 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4648 [merge]
revision-id: pqm at pqm.ubuntu.com-20090825113906-x2x2y605527kunf4
parent: pqm at pqm.ubuntu.com-20090825081644-vlf7poqe2onkb54z
parent: v.ladeuil+lp at free.fr-20090825092925-depmjxiqu6y959s6
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2009-08-25 12:39:06 +0100
message:
  (vila)(trivial) Fix typos left after test_selftest refactoring
modified:
  bzrlib/tests/test_selftest.py  test_selftest.py-20051202044319-c110a115d8c0456a
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2009-08-25 03:48:15 +0000
+++ b/bzrlib/tests/test_selftest.py	2009-08-25 08:11:17 +0000
@@ -1922,8 +1922,8 @@
     def test_transport_sftp(self):
         try:
             import bzrlib.transport.sftp
-        except ParamikoNotPresent:
-            raise TestSkipped("Paramiko not present")
+        except errors.ParamikoNotPresent:
+            raise tests.TestSkipped("Paramiko not present")
         self.check_transport_set(bzrlib.transport.sftp.SFTPAbsoluteServer)
 
     def test_transport_memory(self):




More information about the bazaar-commits mailing list