[Pkg-bazaar-commits] ./bzr/unstable r268: - more tests for assertion failures

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:54 UTC 2009


------------------------------------------------------------
revno: 268
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-04-15 13:28:59 +1000
message:
  - more tests for assertion failures
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-04-15 03:28:29 +0000
+++ b/bzrlib/commands.py	2005-04-15 03:28:59 +0000
@@ -1025,7 +1025,7 @@
 
 
 def cmd_assert_fail():
-    assert False
+    assert False, "always fails"
 
 
 def main(argv):



More information about the Pkg-bazaar-commits mailing list