Rev 5154: (robertc) Fix a harmless error in the testsuite (refactoring fallout on in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Wed Apr 14 10:57:10 BST 2010


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

------------------------------------------------------------
revno: 5154 [merge]
revision-id: pqm at pqm.ubuntu.com-20100414095701-ogk9ce8yrm31agm6
parent: pqm at pqm.ubuntu.com-20100414072643-kxva2lpej0ck8m4d
parent: gzlist at googlemail.com-20100413220759-3rrae7cj0kf0lr7x
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2010-04-14 10:57:01 +0100
message:
  (robertc) Fix a harmless error in the testsuite (refactoring fallout on
   win32). (Martin [gz] list)
modified:
  bzrlib/tests/blackbox/test_info.py test_info.py-20060215045507-bbdd2d34efab9e0a
=== modified file 'bzrlib/tests/blackbox/test_info.py'
--- a/bzrlib/tests/blackbox/test_info.py	2010-03-02 22:25:58 +0000
+++ b/bzrlib/tests/blackbox/test_info.py	2010-04-14 09:57:01 +0000
@@ -1325,7 +1325,7 @@
 
     def test_info_locking_oslocks(self):
         if sys.platform == "win32":
-            raise TestSkipped("don't use oslocks on win32 in unix manner")
+            self.skip("don't use oslocks on win32 in unix manner")
         # This test tests old (all-in-one, OS lock using) behaviour which
         # simply cannot work on windows (and is indeed why we changed our
         # design. As such, don't try to remove the thisFailsStrictLockCheck




More information about the bazaar-commits mailing list