diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-23 00:49:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-23 00:49:49 -0400 |
commit | 2d906e65549469b2a3bab0bb741ad4460bca66f0 (patch) | |
tree | 877df3a553eb2e9123b12be4625a7c804a94fcb0 | |
parent | 5f20b0849ce80a4cb89875931325dd069c38f433 (diff) | |
download | tor-2d906e65549469b2a3bab0bb741ad4460bca66f0.tar.gz tor-2d906e65549469b2a3bab0bb741ad4460bca66f0.zip |
Changelog for unit test refactoring.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Changes in version 0.2.2.4-alpha - 2009-??-?? + o Code simplifications and refactoring: + - Revise our unit tests to use the "tinytest" framework, so we + can run tests in their own processes, have smarter setup/teardown + code, and so on. The unit test code has moved to its own + subdirectory, and has been split into multiple modules. + + Changes in version 0.2.2.3-alpha - 2009-09-23 o Major bugfixes: - Fix an overzealous assert in our new circuit build timeout code. |