~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-04-25 15:54:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060425155415-9c0b1c8d28aec502
Re-enabling the non_ascii tests after fixing trace.py, bzr ignore also does the right thing now

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
        if err:
522
522
            self.log('errors:\n%r', err)
523
523
        if retcode is not None:
524
 
            self.assertEquals(result, retcode)
 
524
            self.assertEquals(retcode, result)
525
525
        return out, err
526
526
 
527
527
    def run_bzr(self, *args, **kwargs):