diff options
author | David Goulet <dgoulet@torproject.org> | 2019-04-30 11:17:45 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-04-30 11:17:45 -0400 |
commit | e543c4e20c50035df61cdfaae75ee4dbb61409bf (patch) | |
tree | 3a36462ee3965801585ba7a6d7a989a89587bef3 /changes | |
parent | 44e6663b8a51187e80a3f94d1185950cf62b4264 (diff) | |
parent | 48e1ab17204944e6197002dfa3d3d0c8a08184dc (diff) | |
download | tor-e543c4e20c50035df61cdfaae75ee4dbb61409bf.tar.gz tor-e543c4e20c50035df61cdfaae75ee4dbb61409bf.zip |
Merge branch 'tor-github/pr/909'
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket29732 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket29732 b/changes/ticket29732 new file mode 100644 index 0000000000..bb72361c48 --- /dev/null +++ b/changes/ticket29732 @@ -0,0 +1,5 @@ + o Minor features (testing): + - Tor's unit test code now contains a standard set of functions to + replace the PRNG with a deterministic or reproducible version for + testing. Previously, various tests implemented this in various ways. + Implements ticket 29732. |