Commit | Date | |
---|---|---|
[r17799]
by
bugman
Python 3 fix for the ScientificPython PDB reader unit tests. The order of the keys returned by a dictionary's keys() method changes randomly in Python 3, so now |
2012-10-15 08:21:37 | Tree |
[r17798]
by
bugman
Redesigned the reset user function backend. This now no only clears out the relax data store, but it also resets the GUI if present. Some of These changes should allow GUI tests after an error or failure to pass, something which is currently |
2012-10-12 09:48:22 | Tree |
[r17797]
by
bugman
Disabled the initial relax intro print out from the GUI when running the test suite. This prevents the intro text from appearing in the first failed test. |
2012-10-11 08:53:47 | Tree |
[r17796]
by
bugman
Fix for the Mf.test_read_results_1_3_v2_broken() system test for Python 3.2. The object comparison method no longer converts dictionaries to strings for the comparison, as the |
2012-10-10 14:44:00 | Tree |
[r17795]
by
bugman
Fix for the Mf.test_write_results() system test for the Python 3 versions. The logic for determining Python 3 versions was broken and the incorrect files was used for Python |
2012-10-10 14:37:34 | Tree |
[r17794]
by
bugman
Python 2.4 and earlier fix for the GUI. Try-except-finally statement blocks are not supported, so these have to nested in two try statements. |
2012-10-09 19:06:42 | Tree |
2012-10-09 18:59:17 | Tree | |
[r17792]
by
bugman
Better Python 2.3 support. The compat module is now imported at the very start to allow the builtins to be set before any other |
2012-10-09 18:47:25 | Tree |
[r17791]
by
bugman
Fix for the Mf.test_write_results() system test for Python 3.1. The XML version in Python 3.1 is the old style! Therefore the old results file is being used to |
2012-10-09 13:59:34 | Tree |
2012-10-09 12:35:38 | Tree |