summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Moved param 'http_method' of lasso_login_build_authn_request_msg() methodValery Febvre2004-08-211-3/+2
| | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API
* Added new argument to lasso_login_build_authn_request_msg.Emmanuel Raviart2004-08-201-1/+2
|
* cleanup and remove result.xmlFrederic Peters2004-08-191-0/+2
|
* certs are not in builddir; take care of thatFrederic Peters2004-08-191-12/+12
|
* include a bunch of ssl thingies in release (make distcheck goes further)Frederic Peters2004-08-196-0/+8
|
* removed logout part from C test 2; it would work now.Frederic Peters2004-08-191-58/+0
| | | | But http://buildbox.entrouvert.org/logs/20040818/lupin.1820.changelog.xml
* trying to fix login test 2Frederic Peters2004-08-141-1/+5
|
* Added client flag to SSL servers, because each server is also a SOAP client.Emmanuel Raviart2004-08-13132-1325/+1325
|
* Added forgotten LECP public keys.Emmanuel Raviart2004-08-134-0/+36
|
* Added metadata corresponding to new certificates.Emmanuel Raviart2004-08-1213-16/+315
| | | | Updated non regression tests to use these certificates and metadata.
* Added sample X.509 certificates and keys.Emmanuel Raviart2004-08-12128-0/+1788
|
* Slightly corrected C test.Emmanuel Raviart2004-08-091-3/+3
|
* Initial commitValery Febvre2004-08-042-0/+283
|
* fixed typo; fix bug230Frederic Peters2004-08-041-1/+1
|
* [angry comment removed]Frederic Peters2004-08-041-1/+1
|
* replace load_request_msg() with process_request_msg(), process_request() ↵Nicolas Clapies2004-08-031-3/+3
| | | | with validate_request(), remove assertion of the authenticated principal in validate_request()
* updateValery Febvre2004-07-301-38/+38
|
* added stupid tests to annoy developers.Frederic Peters2004-07-293-2/+81
|
* had detection of a patched (with XML support) check; only use srunner_set_xmlFrederic Peters2004-07-291-3/+6
| | | | if it is available.
* updated .cvsignore (binary is now tests and out.xml has been renamed toFrederic Peters2004-07-281-2/+2
| | | | result.xml)
* modularized tests; it is now possible to add more suites easily.Frederic Peters2004-07-283-41/+82
|
* fixed warningsFrederic Peters2004-07-271-2/+2
|
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-262-2/+3
| | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't).
* *** empty log message ***Valery Febvre2004-07-261-10/+7
|
* added an XXX and a comment where I think the problem is. Developers; pleaseFrederic Peters2004-07-261-2/+16
| | | | have a look.
* --dontfork mode for the tests (so it is easier to debug segfaults)Frederic Peters2004-07-261-0/+11
|
* end of test port to C; developers, please test it (or the python login_tests;Frederic Peters2004-07-261-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | results should be identical). There is a problem in memory management and *sometimes* it works. *Sometimes* it doesn't: (process:12643): lasso-CRITICAL **: file xml.c: line 64 (lasso_node_copy): assertion `LASSO_IS_NODE(node)' failed (process:12643): lasso-CRITICAL **: file xml.c: line 1024 (lasso_node_impl_add_child): assertion `LASSO_IS_NODE(child)' failed And *sometimes* it is even worse (segfault): Running suite(s): Login 50%: Checks: 2, Failures: 0, Errors: 1 login_tests.c:81:P:Generate Server Contexts:test01_generateServersContextDumps:Passed login_tests.c:229:E:Login initiated by service provider:test02_serviceProviderLogin: (after this point) Received signal 11 I believe this is caused by something in http://buildbox.entrouvert.org/logs/20040726/lupin.0320.changelog.xml
* further in the unit test; pain pain pain.Frederic Peters2004-07-261-1/+53
|
* started to copy Python second test (serviceProviderLogin) in C. 1 hour and 38Frederic Peters2004-07-261-8/+98
| | | | lines so far and I should probably move to something or I'll get angry.
* check 0.9 no longer has suite_free(). And our local version gotFrederic Peters2004-07-251-1/+2
| | | | srunner_set_xml()
* .cvsignore for tests/ directoryFrederic Peters2004-07-241-0/+5
|
* using check <http://check.sourceforge.net/> for the test suiteFrederic Peters2004-07-242-31/+67
| | | | (--enable-tests=no if you don't want them)
* This is not a C unit test, but it can miracolously become one.Emmanuel Raviart2004-07-241-0/+68