assertExternal:
%MACRO assertExternal (i_script=
,i_expected=
,i_actual=
,i_desc=External comparison
,i_threshold=NONE
);
%MEND;
- i_script: Path of shell script
- i_actual: Path of actual WhatEver
- i_expected: Path of expected WhatEver
Ticket is related to 153
Anonymous
Diff:
Macro implemented as follows:
assertExternal (i_script =
,i_expected =
,i_actual =
,i_expected_shell_rc =0
,i_modifier =
,i_threshold =NONE
,i_expectedIsPath =N
,i_actualIsPath =N
,i_desc =External comparison
);