Prefer tt_assert in unit tests, not tor_assert

This commit is contained in:
Nick Mathewson
2011-06-08 20:33:53 -04:00
parent 2fd5603057
commit b2e7c356db
4 changed files with 29 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplifications and refactoring (tests):
- Use tt_assert, not tor_assert, for checking for test failures.
This makes the unit tests more able to go on in the event that
one of them fails.