~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-06 11:58:42 UTC
  • mto: This revision was merged to the branch mainline in revision 6463.
  • Revision ID: jelmer@samba.org-20120206115842-lf34o233ut2vbrn1
Fix tests.

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):