~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testconfig.py

  • Committer: Robert Collins
  • Date: 2005-11-27 22:51:07 UTC
  • Revision ID: robertc@robertcollins.net-20051127225107-51ad77cb1f322e3d
Make the commenting out of a test in testconfig explicit.

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/'),