Re: [Openvpn-devel] [PATCH 1/5] buffer_list_aggregate_separator(): add unit tests

2017-11-04 Thread Gert Doering
Hi, On Sat, Jul 01, 2017 at 02:53:58PM +0200, Steffan Karger wrote: > Before refactoring this function, add tests to verify the new > implementation. > > While writing the tests, it became clear that this function is not > behaving very well. We'll fix that in follow-up commits. > > Signed-off-

[Openvpn-devel] [PATCH 1/5] buffer_list_aggregate_separator(): add unit tests

2017-07-01 Thread Steffan Karger
Before refactoring this function, add tests to verify the new implementation. While writing the tests, it became clear that this function is not behaving very well. We'll fix that in follow-up commits. Signed-off-by: Steffan Karger --- tests/unit_tests/openvpn/test_buffer.c | 181 +