diff --git a/.bzrignore b/.bzrignore index 903cfd461..272c37e88 100644 --- a/.bzrignore +++ b/.bzrignore @@ -42,4 +42,4 @@ __pycache__ *.~\?~ .coverage cover -vlc-tests.kdev4 +*.kdev4 diff --git a/tests/utils/test_bzr_tags.py b/tests/utils/test_bzr_tags.py index 76afb5c11..0cd4b7d08 100644 --- a/tests/utils/test_bzr_tags.py +++ b/tests/utils/test_bzr_tags.py @@ -46,7 +46,8 @@ TAGS = [ ['2.1.0', '2119'], ['2.1.1', '2438'], ['2.1.2', '2488'], - ['2.1.3', '2513'] + ['2.1.3', '2513'], + ['2.1.4', '2532'] ] # Depending on the repository, we sometimes have the 2.0.x tags in the repo too. They come up with a revision number of # "?", which I suspect is due to the fact that we're using shared repositories. This regular expression matches all