~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testfetch.py

  • Committer: Robert Collins
  • Date: 2005-10-11 03:27:29 UTC
  • Revision ID: robertc@robertcollins.net-20051011032729-a0ba11dfb9bee3a3
tests passing is a good idea - move the branch open in cmd_branch to ensure this, and remove noise from the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
        self.assertEqual(1,
151
151
            len([log for log in self.weblogs if log.endswith(
152
152
                revision_history_suffix)]))
153
 
        for log in self.weblogs:
154
 
            print log
155
153
        self.weblogs = []
156
154
        # check there is nothing more to fetch
157
155
        source = Branch.open(self.get_remote_url("source/"))