summaryrefslogtreecommitdiffstats
path: root/tests/basic_tests.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add test parsing a Ping Federate assertion.Benjamin Dauvergne2009-04-221-0/+19
| | | | | * tests/basic_tests.c: load data/response-1 and try to parse it.
* Test: add missing release of objects and memoryBenjamin Dauvergne2009-03-271-0/+1
| | | | | | | | | * tests/basic_tests.c: * tests/login_tests.c: * tests/metadata_tests.c: * tests/random_tests.c: * tests/tests.c: add missing g_free and g_object_unref calls.
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-0/+1
| | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra.
* * Add support of lasso_registry to lasso_node_new_from_xmlNode.Benjamin Dauvergne2008-09-121-0/+31
| | | | | | * Add full support for xsi:type, with lookup of the QName namespace, will only work if lib: namespace is correctly declared in the dumped XML fragment. * Add a test for the new functionnality in lasso_node_new_from_xmlNode.
* Add a new error code, with the REGISTRY prefix and use it in registry functionBenjamin Dauvergne2008-09-041-3/+7
| | | | | | returning an error code. Fix a typo when retrieving a quark string in the registry modulke. Improve tests for functional mapping.
* Add functional mappings and test code that goest with it.Benjamin Dauvergne2008-08-261-9/+40
|
* Add test of the two public registry functions,Benjamin Dauvergne2008-08-261-0/+20
| | | | lasso_registry_default_add_mapping, lasso_registry_default_get_mapping.
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* added testcase for bug #407Frederic Peters2005-02-041-0/+25
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+3
|
* added stupid tests to annoy developers.Frederic Peters2004-07-291-0/+75