/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 bzrlib/tests/test_bundle.py

  • Committer: Aaron Bentley
  • Date: 2008-03-25 05:40:55 UTC
  • mto: This revision was merged to the branch mainline in revision 3304.
  • Revision ID: aaron@aaronbentley.com-20080325054055-se4iycu8hm71i1db
Updates from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1575
1575
 
1576
1576
            def look_up(self, name, url):
1577
1577
                return 'source'
1578
 
        directories.register('foo:', FooService, 'Map foo URLs to http urls')
 
1578
        directories.register('foo:', FooService, 'Testing directory service')
1579
1579
        self.addCleanup(lambda: directories.remove('foo:'))
1580
1580
        self.build_tree_contents([('./foo:bar', out.getvalue())])
1581
1581
        self.assertRaises(errors.NotABundle, read_mergeable_from_url,