summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/t_ulog.c
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for ulog serial number wrappingGreg Hudson2014-01-301-0/+88
Add a unit test program named t_ulog. Make it map a ulog file, set up header state where kdb_last_sno is the last serial number, and then add an empty update. Check that the result is a ulog header with one update at serial number 1. ticket: 7839