Make consdiff tests pass on OS X too

This commit is contained in:
Matt Traudt
2017-07-10 12:19:33 -04:00
committed by Nick Mathewson
parent c1bdc3b10e
commit 1ff98a7e89
2 changed files with 13 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (consensus diff):
- test_consdiff_base64cmp would fail on OS X because while OS X
follows the standard of (less than zero/zero/greater than zero),
it doesn't follow the convention of (-1/0/+1). Make the test
comply with the standard. Fixes bug 22870; bugfix on 0.3.1.1-alpha.