diff options
author | teor <teor2345@gmail.com> | 2017-02-19 22:51:50 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-02-19 22:51:50 +1100 |
commit | 2c45e58bf1128af742d9d12800e969136d21320d (patch) | |
tree | 310b138df230f255f28b8e3b4025465b9d2cb493 | |
parent | 590bfe3d6df3c2cdcd8acde7444ec1a8e9ac8344 (diff) | |
download | tor-2c45e58bf1128af742d9d12800e969136d21320d.tar.gz tor-2c45e58bf1128af742d9d12800e969136d21320d.zip |
Changes file for 21470
-rw-r--r-- | changes/test21470 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/test21470 b/changes/test21470 new file mode 100644 index 0000000000..8bb78dffc9 --- /dev/null +++ b/changes/test21470 @@ -0,0 +1,5 @@ + o Minor enhancements (unit tests): + - Improve version parsing tests: add tests for typical version components, + add tests for invalid versions, including numeric range and non-numeric + prefixes. + Unit tests 21278, 21450, and 21507. Partially implements 21470. |