Code: Select all
Validate.Attribute(repo.FormWinstn.TextFailed_to_load_images__sInfo,
"Text",
"B&W and color images can't be montaged.",
"TC315: Validating, that correct error message appears.",
false);
However in my results i see warning:
2011/03/17 16:56:01.919 WARN Validation TC315: Validating, that correct error message appears.
Why it is Warning and not PASS/FAIL?