tests: Add queue test case
authorJonas Ådahl <jadahl@gmail.com>
Sat, 3 Nov 2012 21:26:11 +0000 (22:26 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 5 Nov 2012 20:48:12 +0000 (15:48 -0500)
commit1801cdc41ac0653e4ff0f0cc4eeaf373ae40edf4
treebc051239656e7a31249af49e3bc0ef1d2e4009a1
parente273c7cde34c23437d34732082d46aee537f6611
tests: Add queue test case

Check that after a callback removes a proxy that most likely will have
several events queued up with the same target proxy, no more callbacks
are invoked.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
tests/Makefile.am
tests/queue-test.c [new file with mode: 0644]