~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_status.py

  • Committer: Robert Collins
  • Date: 2009-04-27 03:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 4304.
  • Revision ID: robertc@robertcollins.net-20090427032746-vqmcsfbsbvbm04sk
Fixup tests broken by cleaning up the layering.

Show diffs side-by-side

added added

removed removed

Lines of Context:
656
656
        self.stdout = sys.stdout
657
657
 
658
658
    def tearDown(self):
659
 
        osutils._cached_user_encoding = self.user_encoding
 
659
        bzrlib.user_encoding = self.user_encoding
660
660
        sys.stdout = self.stdout
661
661
        TestCaseWithTransport.tearDown(self)
662
662