~raoul-snyman/openlp/fix-songusage-2.4

« back to all changes in this revision

Viewing changes to tests/utils/test_bzr_tags.py

  • Committer: Raoul Snyman
  • Date: 2016-11-26 15:09:53 UTC
  • Revision ID: raoul@snyman.info-20161126150953-n84c3280qc5tvtoy
Tags: 2.4.4
ReleaseĀ 2.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
TAGS1 = {'1.9.0', '1.9.1', '1.9.2', '1.9.3', '1.9.4', '1.9.5', '1.9.6', '1.9.7', '1.9.8', '1.9.9', '1.9.10',
31
31
         '1.9.11', '1.9.12', '2.0', '2.1.0', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.2',
32
 
         '2.3.1', '2.3.2', '2.3.3', '2.4', '2.4.1', '2.4.2', '2.4.3'}
 
32
         '2.3.1', '2.3.2', '2.3.3', '2.4', '2.4.1', '2.4.2', '2.4.3', '2.4.4'}
33
33
 
34
34
 
35
35
class TestBzrTags(TestCase):