Commit Graph

10 Commits

Author SHA1 Message Date
Benjamin Dauvergne 70299b52ab Test: add missing release of objects and memory
* 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.
2009-03-27 15:06:25 +00:00
Benjamin Dauvergne 33bbf7a7de All: Fix missing field initializer problems
* 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.
2009-01-24 09:33:40 +00:00
Benjamin Dauvergne 09daafe00f * Add support of lasso_registry to lasso_node_new_from_xmlNode.
* 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.
2008-09-12 10:17:26 +00:00
Benjamin Dauvergne 6edfa7935f Add a new error code, with the REGISTRY prefix and use it in registry function
returning an error code.
Fix a typo when retrieving a quark string in the registry modulke.
Improve tests for functional mapping.
2008-09-04 11:41:39 +00:00
Benjamin Dauvergne bcf3b56daf Add functional mappings and test code that goest with it. 2008-08-26 12:49:09 +00:00
Benjamin Dauvergne 0fc48f120e Add test of the two public registry functions,
lasso_registry_default_add_mapping, lasso_registry_default_get_mapping.
2008-08-26 12:49:04 +00:00
Damien Laniel 4fc6657e0c updated Copyright dates in all files 2007-05-30 17:17:45 +00:00
Frédéric Péters cef5e8352e added testcase for bug #407 2005-02-04 15:11:50 +00:00
Emmanuel Raviart 7a03e99b09 Updated Copyright and authors. 2005-01-22 15:57:56 +00:00
Frédéric Péters 8db0c98e16 added stupid tests to annoy developers. 2004-07-29 09:14:37 +00:00