Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-24 | Fix test compilation on old glib | ailin-nemui | |
e.g. Debian 7 | |||
2018-03-20 | Merge pull request #802 from ailin-nemui/test-796 | ailin-nemui | |
Test for segfault on disconnect during signal processing | |||
2018-01-16 | fix test builds on some platforms | ailin-nemui | |
2018-01-08 | only use nonfatal assertions for GLib that actually supports it | ailin-nemui | |
Fixes tests on Debian 7 and RHEL 6 | |||
2018-01-04 | show destroyed event | ailin-nemui | |
2018-01-04 | Update test-796.c | ailin-nemui | |
odd space | |||
2018-01-04 | finish test case | ailin-nemui | |
2018-01-04 | first bug case, exposes broken server object in chat-completion | ailin-nemui | |
2018-01-04 | add new test skeleton | ailin-nemui | |
2017-12-07 | Update test-irc.c | ailin-nemui | |
Fix wrong array (missing an s) | |||
2017-12-07 | move fixtures to outer scope | ailin-nemui | |
2017-12-07 | add glib testing TAP utilities | ailin-nemui | |
2017-12-07 | Add a test program to test mode parsing | Will Storey | |
This uses GLib's testing framework. It is to test the changes to the mode parsing for #603. |