~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-08 20:32:56 UTC
  • mfrom: (2483.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070508203256-wcxwdphd1y2psezh
(John Arbash Meinel) Merge fixes from 0.16 into bzr.dev and update for 0.17 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
823
823
            message += '\n'
824
824
        raise AssertionError("%snot equal:\na = %s\nb = %s\n"
825
825
            % (message,
826
 
               pformat(a, indent=4), pformat(b, indent=4)))
 
826
               pformat(a), pformat(b)))
827
827
 
828
828
    assertEquals = assertEqual
829
829