Add some basic unit tests for the circuit map data structure.

These show off the new mocking code by mocking the circuitmux code
so that we can test the circuit map code in isolation.
This commit is contained in:
Nick Mathewson
2013-07-10 15:07:32 -04:00
parent b6e8c74667
commit ec6c155f82
8 changed files with 191 additions and 14 deletions
+2 -3
View File
@@ -22,7 +22,6 @@
stub functions, so that the tests can check the function without
invoking the other functions it calls.
- Add more unit tests for the <circid,channel>->circuit map, and
the destroy-cell-tracking code to fix bug 7912.