Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Java unit test is again similar to Python. | Emmanuel Raviart | 2004-07-25 | 12 | -85/+156 |
| | | | | | | Corrected Java binding to pass the unit test both with Kaffe and Sun JRE. Added a small new test in Python unit test. | ||||
* | Added Java LassoUser.getAuthenticationMethod | Emmanuel Raviart | 2004-07-23 | 2 | -0/+20 |
| | | | | | | Python method User.get_authentication_method argument is now optional. Use of this method in non-regression tests. | ||||
* | First non regression test that supports full logout procedure... and shows a | Emmanuel Raviart | 2004-07-23 | 2 | -0/+15 |
| | | | | bug. | ||||
* | Added (incomplete) logout tests for Python & Java. | Emmanuel Raviart | 2004-07-23 | 3 | -8/+17 |
| | |||||
* | Corrected Java non-regression test bug (found with Sun non free jdk :-/ ). | Emmanuel Raviart | 2004-07-22 | 1 | -3/+5 |
| | | | | Improved some .cvsignore. | ||||
* | Nearly completed Python & Java first non-regression test for login. | Emmanuel Raviart | 2004-07-22 | 4 | -5/+22 |
| | | | | | | | | | | But Java test doesn't work: java.lang.UnsatisfiedLinkError: libjlasso: not found Adding its directory to LD_LIBRARY_PATH may help. at LoginTest.main (LoginTest.java:165) And I don't understand why. Please professor, help me! | ||||
* | Added Java Lasso method getRequestTypeFromSoapMsg. | Emmanuel Raviart | 2004-07-22 | 2 | -0/+18 |
| | |||||
* | A little more java binding and non-regression tests. | Emmanuel Raviart | 2004-07-22 | 3 | -2/+73 |
| | |||||
* | Java & Python tests do not regress. They even progress. | Emmanuel Raviart | 2004-07-22 | 3 | -2/+12 |
| | |||||
* | Corrected Lasso URL for java binding. | Emmanuel Raviart | 2004-07-22 | 3 | -3/+3 |
| | |||||
* | Some progress in first non regression test. | Emmanuel Raviart | 2004-07-22 | 6 | -10/+18 |
| | |||||
* | C (before C99) didn't allow // as comments; trying to be kind | Frederic Peters | 2004-07-21 | 3 | -6/+6 |
| | |||||
* | fixed lasso site url | Frederic Peters | 2004-07-21 | 26 | -26/+26 |
| | |||||
* | Changed Makefile for Kaffe support. | Emmanuel Raviart | 2004-07-21 | 28 | -302/+218 |
| | | | | | | Added new class LassoObject. First non regression test. | ||||
* | Added Java binding. | Emmanuel Raviart | 2004-07-20 | 28 | -0/+2180 |