285
285
"""Assert that the branch 'published' has been published correctly."""
286
286
published_branch = Branch.open('published')
287
287
# The published branch refers to the mainline
289
289
# and the branch's work was pushed
290
290
self.assertTrue(published_branch.repository.has_revision(branch_revid))