~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testconfig.py

[merge] robertc's integration, updated tests to check for retcode=3

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
        self.get_location_config('/a/c')
490
490
        record = InstrumentedConfigObj("foo")
491
491
        self.my_config._parser = record
 
492
        return
 
493
        # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
494
        # broken: creates .bazaar in the top-level directory, not 
 
495
        # inside the test directory
492
496
        self.my_config.set_user_option('foo', 'bar')
493
497
        self.assertEqual([('__contains__', '/a/c'),
494
498
                          ('__contains__', '/a/c/'),