~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-06 12:27:27 UTC
  • mfrom: (6449.6.7 bzr)
  • Revision ID: pqm@pqm.ubuntu.com-20120206122727-bq0phmt80bmlvvx7
(jelmer) Use config stacks in a few more places. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3713
3713
        self.assertEqual(('deleting parent', 'Not deleting', 'new-1'),
3714
3714
                         remaining_conflicts.pop())
3715
3715
        self.assertLength(1, warnings)
3716
 
        self.assertStartsWith(warnings[0], 'donttouchmypreciouuus')
 
3716
        self.assertStartsWith(warnings[0], 'Value "donttouchmypreciouuus" ')
3717
3717
 
3718
3718
 
3719
3719
class TestTransformHooks(tests.TestCaseWithTransport):