Unit test to make sure that our platform string is parseable

Closes 22109.
This commit is contained in:
Nick Mathewson
2017-09-20 10:10:02 -04:00
parent ff0aabc35d
commit f9155ff416
2 changed files with 27 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (tests):
- Add a unit test to make sure that our own generated platform string
will be accepted by directory authorities. Closes ticket 22109.