~jelmer/brz/bundle-git-plugin

« back to all changes in this revision

Viewing changes to breezy/plugins/stats/test_stats.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-25 00:39:16 UTC
  • mfrom: (6926 work)
  • mto: This revision was merged to the branch mainline in revision 6928.
  • Revision ID: jelmer@jelmer.uk-20180325003916-mqa5uj4uq55hrjq9
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        self.assertEqual({('Fero', ''): ('Fero', ''),
46
46
                          ('FERO', ''): ('Fero', ''),
47
47
                         }, committers)
 
48
        self.assertEquals(['1', '2', '3'], sorted([r.revision_id for r in revs]))
48
49
 
49
50
 
50
51
class TestCollapseByPerson(TestCase):