svn+ssh://bugman@.../svn/relax/trunk
........
r26058 | bugman | 2014-09-26 14:38:48 +0200 (Fri, 26 Sep 2014) | 6 lines
Fixes for the lib.checks.Check object.
The __call__() method keyword arguments **kargs needs to be processed inside the method to strip out
the escalate argument.
........
r26059 | bugman | 2014-09-26 14:45:05 +0200 (Fri, 26 Sep 2014) | 5 lines
The default value of the escalate argument of the Check.__call__() method is now 2.
This will cause the calls to the check_*() function/objects to default to raising RelaxErrors.
........
r26060 | bugman | 2014-09-26 15:06:55 +0200 (Fri, 26 Sep 2014) | 16 lines
Reverted r26053, as this is no longer the case.
The command used was:
svn merge -r26053:r26052 .
.....
r26053 | bugman | 2014-09-26 11:44:00 +0200 (Fri, 26 Sep 2014) | 5 lines
Changed paths:
M /trunk/test_suite/system_tests/bmrb.py
Updated the Bmrb.test_bug_22703_display_empty system/GUI test.
The RelaxError type is now different.
.....
........
r26061 | bugman | 2014-09-26 15:17:39 +0200 (Fri, 26 Sep 2014) | 6 lines
Changed the behaviour of the lib.checks.Check object again.
This time the registered function is stored rather than converted into a class instance method.
That way the check_*() function-like objects do not need to accept the unused 'self' argument.
........
r26062 | bugman | 2014-09-26 15:29:07 +0200 (Fri, 26 Sep 2014) | 5 lines
The data pipe testing function has been converted to the strategy design pattern of the Check object.
The function pipe_control.pipes.test() has also been renamed to check_pipe().
........