summaryrefslogtreecommitdiffstats
path: root/python/tests/profiles_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nicolas Clapies2004-09-011-7/+0
|
* Added a new Python logout test: Make the same Logout.newFromDump enoughEmmanuel Raviart2004-08-311-0/+21
| | | | times => segfault.
* Testing logout.processResponseMsg with a really bad URL. => red alert.Emmanuel Raviart2004-08-311-3/+25
|
* New logout test => Red alert!Emmanuel Raviart2004-08-301-0/+22
|
* SWIG high-level binding now uses camelCase.Emmanuel Raviart2004-08-291-22/+22
| | | | | | | | | Updated SWIG binding to support Java high-level classes. Simplified java/Makefile.am (but now, it needs to be reworked by an autotools expert). ColdFusion simple Java test compiles ok.
* When Lasso doesn't recognize the URL query, it now throws a SyntaxErrorEmmanuel Raviart2004-08-291-2/+2
| | | | exception.
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-5/+5
| | | | (python/Makefile.am needs some cleaning IMHO, but I don't understant it).
* Renamed login_tests.py to profiles_tests.py.Emmanuel Raviart2004-08-281-0/+169
Added Server tests (=> discovered bug #265).