[Pkg-bazaar-commits] ./bzr/unstable r308: fix test suite

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:48 UTC 2009


------------------------------------------------------------
revno: 308
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-04-28 19:55:40 +1000
message:
  fix test suite
modified:
  testbzr
-------------- next part --------------
=== modified file 'testbzr'
--- a/testbzr	2005-04-28 09:55:15 +0000
+++ b/testbzr	2005-04-28 09:55:40 +0000
@@ -167,7 +167,7 @@
     assert os.path.exists("hello.txt")
     assert not os.path.exists("test.txt")
 
-    assert backtick("bzr revno") == '0'
+    assert backtick("bzr revno") == '0\n'
 
     cd('..')
 



More information about the Pkg-bazaar-commits mailing list