Rev 2018: Fix test_push_twice. in file:///data/jelmer/bzr-svn/0.5/

Jelmer Vernooij jelmer at samba.org
Tue Nov 18 15:02:43 GMT 2008


At file:///data/jelmer/bzr-svn/0.5/

------------------------------------------------------------
revno: 2018
revision-id: jelmer at samba.org-20081118150220-8lzrpjh6fscjqdr3
parent: jelmer at samba.org-20081118042314-3cakbhcdm96sqhq0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Tue 2008-11-18 16:02:20 +0100
message:
  Fix test_push_twice.
modified:
  tests/test_push.py             test_push.py-20070201165715-g2ievcdfqi33wqsy-1
=== modified file 'tests/test_push.py'
--- a/tests/test_push.py	2008-11-12 18:09:07 +0000
+++ b/tests/test_push.py	2008-11-18 15:02:20 +0000
@@ -986,9 +986,6 @@
         svndir2.import_branch(wt.branch)
         self.assertEquals(expected_history, svndir2.open_branch().revision_history())
 
-        revid = wt.commit(message="Commit from Bzr")
-        expected_history = wt.branch.revision_history()
-
         svndir1.open_branch().pull(wt.branch)
         self.assertEquals(expected_history, svndir1.open_branch().revision_history())
         svndir2.open_branch().pull(wt.branch)




More information about the bazaar-commits mailing list