/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tests/test_push.py

  • Committer: William Grant
  • Date: 2015-05-09 00:38:40 UTC
  • mto: (0.200.1632 bzr-git)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: william.grant@canonical.com-20150509003840-yb6qo8bbb2z19dxt
Always dirty both parents, fixing weird directory rename cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        commit = store[gitid]
110
110
        tree = store[commit.tree]
111
111
        tree.check()
112
 
        self.expectFailure("fails with KeyError (bug 818318)",
113
 
            self.assertTrue, tree["baz"][1] in store)
 
112
        self.assertTrue(tree["baz"][1] in store)
114
113
        baz = store[tree["baz"][1]]
115
114
        baz.check()
116
115
        ircdotnet = store[baz["IrcDotNet"][1]]