Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-08 | test-csv: test handling of trailing NUL byte | Heinrich Schuchardt | |
Data after a NUL byte should be ignored. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | |||
2021-02-25 | Add test cases for our CSV parser. | Peter Jones | |
This does a couple of straightforward tests on our CSV parser, and then for good measure it does two with random data - one that's just random data, one that's had all the zeros changed to nonzero values. Note that building and running this test does not quite work yet /on this branch/. In order to do that, we need some cleanups and reorganizing that I don't want to push just yet, which can be found on https://github.com/rhboot/shim/tree/test-reorg Signed-off-by: Peter Jones <pjones@redhat.com> |