summaryrefslogtreecommitdiffstats
path: root/python/tests/XmlTestRunner.py
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete swig binding csharp, php5, python.Benjamin Dauvergne2008-05-271-74/+0
| | | | | java stays as long as alain coetmeur needs it php(4) will be superseded by the new bindings/php4 later.
* fixed Python scripts Damien broke when he updated copyright without checking.Frederic Peters2007-06-051-1/+1
|
* updated Copyright dates in remaining filesDamien Laniel2007-05-301-1/+1
|
* Updated authors.Emmanuel Raviart2005-01-151-0/+2
| | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
* some tests do not have descriptionsFrederic Peters2004-08-291-0/+2
|
* corretly escape xmlFrederic Peters2004-08-291-7/+6
|
* xml encoding of special characters (&, <, >)Frederic Peters2004-08-281-0/+4
|
* output tags when error occurs (not just success or failures)Frederic Peters2004-07-261-0/+8
|
* basic XmlTestRunner; ./tests.py --xml; output to stdout (messed up with lassoFrederic Peters2004-07-251-0/+59
spouting messages on stdout; will be fixed on lasso side)