[Pkg-bazaar-commits] ./bzr/unstable r306: testbzr: test renames

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


------------------------------------------------------------
revno: 306
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-04-28 19:48:35 +1000
message:
  testbzr: test renames
modified:
  testbzr
-------------- next part --------------
=== modified file 'testbzr'
--- a/testbzr	2005-04-28 09:48:28 +0000
+++ b/testbzr	2005-04-28 09:48:35 +0000
@@ -162,6 +162,8 @@
 
     progress("rename newly-added file")
     runcmd("bzr rename test.txt hello.txt")
+    assert os.path.exists("hello.txt")
+    assert not os.path.exists("test.txt")
 
     cd('..')
 



More information about the Pkg-bazaar-commits mailing list