svn+ssh://tlinnet@.../svn/relax/trunk
........
r23254 | bugman | 2014-05-20 13:37:32 +0200 (Tue, 20 May 2014) | 12 lines
Fix for the chain-reaction failures in the test suite.
This fixes bug #22055 (https://gna.org/bugs/?22055), the processor.run_queue() not cleaning up in
uni_processor - chain-reaction failures in the test suite.
The fix was insanely simple, just implementing what was mentioned Gary's FIXME comment in the
run_queue() method of the uni-processor object. The queue execution code has been placed inside a
'try' statement and the queue cleaning up code in a 'finally' statement.
This closes a painfully difficult to find bug that has been in relax since 2006.
........
r23260 | bugman | 2014-05-20 16:19:30 +0200 (Tue, 20 May 2014) | 6 lines
Converted the Mf.test_opendx_s2_te_rex system test into a GUI test.
This is to demonstrate bug #22035 (https://gna.org/bugs/?22035), the dx.map user function being
broken in the GUI.
........