View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007092 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2021-07-08 08:29 | 2021-07-09 14:59 |
Reporter | Sebastian Allmendinger | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.341.398 | ||||
Fixed in Version | 1.03.341.399 | ||||
Summary | 0007092: Library function "Assert.StatusCodeIsOneOf" may return a wrong error message | ||||
Description | If the StatusCode, that should be validated, is part of the "AcceptedResults" and the function is called without the optional parameter "okMessage", the function throws an error message instead. | ||||
Additional Information | if( match && isDefined( okMessage ) ) addWarning( okMessage + ": " + actualStatusCode + " but " + expectedStatusCodes.toString() + " was expected", actualStatusCode ); The second part of the if statement needs to be split off in a subsequent one. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-08 08:29 | Sebastian Allmendinger | New Issue | |
2021-07-09 14:45 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
2021-07-09 14:45 | Paul Hunkar | Status | new => assigned |
2021-07-09 14:49 | Sebastian Allmendinger | Status | assigned => resolved |
2021-07-09 14:49 | Sebastian Allmendinger | Resolution | open => fixed |
2021-07-09 14:49 | Sebastian Allmendinger | Fixed in Version | => 1.03.341.399 |
2021-07-09 14:49 | Sebastian Allmendinger | Note Added: 0014670 | |
2021-07-09 14:59 | Paul Hunkar | Status | resolved => closed |
2021-07-09 14:59 | Paul Hunkar | Note Added: 0014673 |