tests: add session-test
authorDan Winship <danw@gnome.org>
Fri, 14 Dec 2012 20:50:59 +0000 (15:50 -0500)
committerDan Winship <danw@gnome.org>
Fri, 28 Dec 2012 17:42:47 +0000 (12:42 -0500)
commit6aa0c81d5785f0553418030edf2758c3ef5f0b09
treeaee30c2b5b43a6632fdca4e8024e1d26f6ee1803
parent967dcc28f43cd47a75b7ff2c069807edb9929400
tests: add session-test

Add a test that each of the 3 SoupSession types (plain, async, sync)
behaves as expected with soup_session_queue_message(),
soup_session_send_message(), and soup_session_cancel_message().
tests/Makefile.am
tests/session-test.c [new file with mode: 0644]