/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_config.py

Merge from bzr.dev.  Breaks a few tests because there are new methods not yet implemented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
 
414
414
    def test_config_creates_local(self):
415
415
        """Creating a new entry in config uses a local path."""
416
 
        branch = self.make_branch('branch')
 
416
        branch = self.make_branch('branch', format='knit')
417
417
        branch.set_push_location('http://foobar')
418
418
        locations = config.locations_config_filename()
419
419
        local_path = osutils.getcwd().encode('utf8')