From a93f4de2f6b1f1a9f27fd8f6184c6af13fddb83b Mon Sep 17 00:00:00 2001 From: Nathan Wilcox Date: Fri, 19 May 2017 12:20:14 -0700 Subject: [PATCH] Add all of the zcash release tags in my current repo as positive test vector. --- zcutil/make-release.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/zcutil/make-release.py b/zcutil/make-release.py index 0a10c1e9..7df62b7a 100755 --- a/zcutil/make-release.py +++ b/zcutil/make-release.py @@ -107,6 +107,24 @@ class TestVersion (unittest.TestCase): 'v1.0.0', 'v1.0.0-7', 'v1.2.3-1', + + # These are taken from: git tag --list | grep '^v1' + 'v1.0.0', + 'v1.0.0-beta1', + 'v1.0.0-beta2', + 'v1.0.0-rc1', + 'v1.0.0-rc2', + 'v1.0.0-rc3', + 'v1.0.0-rc4', + 'v1.0.1', + 'v1.0.2', + 'v1.0.3', + 'v1.0.4', + 'v1.0.5', + 'v1.0.6', + 'v1.0.7-1', + 'v1.0.8', + 'v1.0.8-1', ] for case in cases: