~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

[merge] robertc

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
        self.get_location_config('/a/c')
512
512
        record = InstrumentedConfigObj("foo")
513
513
        self.my_config._parser = record
 
514
        print ("test_set_user_setting_sets_and_saves broken: creates .bazaar "
 
515
               "in the top-level directory, not inside the test directory")
514
516
        return
515
 
        # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
516
 
        # broken: creates .bazaar in the top-level directory, not 
517
 
        # inside the test directory
518
517
        self.my_config.set_user_option('foo', 'bar')
519
518
        self.assertEqual([('__contains__', '/a/c'),
520
519
                          ('__contains__', '/a/c/'),