Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a memleak | Sebastian Hahn | 2009-09-27 |
| | | | | | | | | | | | Found by coverity test_mem_op_hex was leaking memory, which showed up in a few tests. Also, the dir_param test had a memleak of its own. Found by Coverity | ||
* | Make a NULL check in test_dir.c non-redundant. | Nick Mathewson | 2009-09-27 |
| | | | | Should quiet a coverity warning. | ||
* | Carve out unrelated parts of test_dir_formats | Nick Mathewson | 2009-09-23 |
| | |||
* | Split directory tests into their own module. | Nick Mathewson | 2009-09-23 |
(Also, clean up some whitespace.) |