aboutsummaryrefslogtreecommitdiffstats
path: root/test/event_buffer-tests.lua
Commit message (Collapse)AuthorAgeFilesLines
* event_buffer: drain learned spec notes, get_data learned negative values, ↵Thomas Harning Jr2007-09-071-0/+46
| | | | | | | | | many tests written The additional tests added were tests for: * Obtaining partial data using get_data * Reading lines using various line ending mixes/etc * Draining values w/ negative value
* Learned event_buffer tests and added failure for 'add' if no args passed.Thomas Harning Jr2007-09-071-0/+117
lunit-based unit tests for event_buffer have been added. They are currently not complete but are in the works to help manage corner cases/etc. These should also get behaviors well-defined.