From 81771cfcdc40e5909a4ec663e7c88b3a32068c05 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Fri, 11 May 2018 23:58:32 -0300 Subject: testing/tests/download: test git special ref Add a special ref to the static repo and check on the git refs test case the download of a git package: - with the sha1 of a special ref as version; Signed-off-by: Ricardo Martincoski Cc: Arnout Vandecappelle [Arnout: change to use the sha1 of a special ref instead of the name] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- support/testing/tests/download/test_git.py | 1 + 1 file changed, 1 insertion(+) (limited to 'support/testing/tests/download/test_git.py') diff --git a/support/testing/tests/download/test_git.py b/support/testing/tests/download/test_git.py index 2455557298..40cf1afe05 100644 --- a/support/testing/tests/download/test_git.py +++ b/support/testing/tests/download/test_git.py @@ -76,6 +76,7 @@ class TestGitRefs(GitTestBase): self.check_download("git-sha1-reachable-by-tag") self.check_download("git-sha1-tag-itself") self.check_download("git-sha1-tag-points-to") + self.check_download("git-special-ref") self.check_download("git-submodule-disabled") self.check_download("git-submodule-enabled") self.check_download("git-tag") -- cgit v1.2.3