/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-03-24 00:45:44 UTC
  • mfrom: (6883.6.4 fix-stats)
  • Revision ID: breezy.the.bot@gmail.com-20180324004544-nny835tnjaa19fnl
Fix the stats command by not returning an empty iterator.

Merged from https://code.launchpad.net/~jelmer/brz/fix-stats/+merge/341559

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