svn+ssh://bugman@.../svn/relax/trunk
........
r22148 | bugman | 2014-02-07 11:46:28 +0100 (Fri, 07 Feb 2014) | 5 lines
Decreased the accuracy of the Relax_disp.test_korzhnev_2005_15n_dq_data system test.
This is to allow the test to pass on a 32-bit test system (Mageia 4 i586 VM).
........
r22149 | bugman | 2014-02-07 13:27:25 +0100 (Fri, 07 Feb 2014) | 6 lines
Decreased the precision of the Relax_disp.test_hansen_cpmg_data_auto_analysis system test.
This is to allow the test to pass on a 32-bit test system using Python 2.5 and Python 3.1 (Mageia 4
i586 VM).
........
r22150 | bugman | 2014-02-07 13:34:00 +0100 (Fri, 07 Feb 2014) | 6 lines
Decreased the precision of the Relax_disp.test_hansen_cpmg_data_auto_analysis_r2eff system test.
This is to allow the test to pass on a 32-bit test system using Python 2.5 and Python 3.1 (Mageia 4
i586 VM).
........
r22151 | bugman | 2014-02-07 13:36:28 +0100 (Fri, 07 Feb 2014) | 6 lines
Decreased the precision of the Relax_disp.test_hansen_cpmg_data_to_cr72 system test.
This is to allow the test to pass on a 32-bit test system using Python 2.5 and Python 3.1 (Mageia 4
i586 VM).
........
r22152 | bugman | 2014-02-07 13:42:38 +0100 (Fri, 07 Feb 2014) | 7 lines
Fix for the test_suite/system_tests/scripts/noe/bug_21562_noe_replicate_fail.py system test script.
There was some invisible binary junk at the start of the file which as causing the
Noe.test_bug_21562_noe_replicate_fail system test to fail, as the script could not load. This was
only affecting one 32-bit test system using Python 3.1 and Python 3.2 (Mageia 4 i586 VM).
........
r22153 | bugman | 2014-02-07 13:47:47 +0100 (Fri, 07 Feb 2014) | 6 lines
Fixes for the unit tests of the package __all__ lists for Python 3.
When Python 3 generates byte-compiled *.pyc files, these are stored in __pycache__ directories.
These directories are now skipped for the package content unit tests, allowing the test to pass.
........