summaryrefslogtreecommitdiff
path: root/tests/wocky-xmpp-node-test.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06Add wocky_node_iter_remove()Will Thompson1-0/+30
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-4/+1
2010-05-04node: add helper to get the first child for a nsWill Thompson1-0/+35
2010-04-20Make sure nodes/stanzas we create always have a namespaceSjoerd Simons1-1/+1
2010-04-20Add a test for wocky_node_add_buildSjoerd Simons1-0/+27
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-49/+49
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-15/+20
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-1/+1
2010-04-20Add shorthand for testing (in)equality of stanzasSjoerd Simons1-10/+12
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-16/+16
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-26/+26
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-8/+8
2010-04-08Detect (and fix) misbalanced stanza build specsWill Thompson1-0/+1
2010-02-26Use test_assert_nodes_[not_]equal() in testsWill Thompson1-14/+14
2010-02-24Don't leak a stanza in node iterator testWill Thompson1-0/+2
2010-02-16Fix typoSjoerd Simons1-1/+1
2010-02-16Add a node iteration testSjoerd Simons1-0/+94
2010-02-03Remove wocky_xmpp_error_unpack_node()Will Thompson1-182/+0
2010-02-03Add and use WockyXmppErrorTypeWill Thompson1-3/+3
2009-12-08wocky_xmpp_node_unpack_error -> wocky_xmpp_error_unpack_nodeVivek Dasmohapatra1-3/+5
2009-08-12Missing function return type.Vivek Dasmohapatra1-0/+1
2009-08-12Adapt tests to new API.Vivek Dasmohapatra1-3/+3
2009-08-12Improve test coverage of new namespaced attribute support.Vivek Dasmohapatra1-2/+51
2009-08-12Adjust the API so that attribute namespace prefixes are automatically assigned.Vivek Dasmohapatra1-6/+12
2009-08-12Test namespaced attributes (creating, changing and readwrite tests)Vivek Dasmohapatra1-0/+102
2009-08-11test wocky_xmpp_node_append_content_nGuillaume Desmottes1-0/+22
2009-08-04use test_init and test_deinit in tests so memory is properly freed and valgri...Guillaume Desmottes1-4/+7
2009-08-04Bogus if condition removed.Vivek Dasmohapatra1-1/+0
2009-08-04Test the wocky_xmpp_node_unpack_error function.Vivek Dasmohapatra1-0/+184
2009-06-25add test_set_attributeGuillaume Desmottes1-0/+32
2009-06-25test_node_equal: remove useless parenthesisGuillaume Desmottes1-3/+3
2009-06-25fix typo in test nameGuillaume Desmottes1-1/+1
2009-06-23add a regression test for wocky_xmpp_node_equalGuillaume Desmottes1-0/+25
2009-06-23add wocky-xmpp-node-test to tests suiteGuillaume Desmottes1-0/+19