View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008943 | CTT UA Scripts | 1 - Script Issue | public | 2023-05-08 10:23 | 2023-05-19 15:16 |
Reporter | Sebastian Allmendinger | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.502 | ||||
Fixed in Version | 1.03.503 | ||||
Summary | 0008943: Multiple calls of Test.Include() skip the execution of test scripts | ||||
Description | If the library function Test.Include() is called, the next Test.Execute() call will be skipped. | ||||
Additional Information | Due to this error, in a full test run, the DoS tests for the various SecurityPolicies are currently executed only with the first SecurityPolicy in the list of Conformance Units. | ||||
Tags | No tags attached. | ||||
Files Affected | /library/Base/safeInvoke.js | ||||
|
The flag, that is used to skip the test script execution, will now always be set to false after including the file. This ensures that the next test will be executed. |
|
reviewed in call, agreed to changes and closed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-05-08 10:23 | Sebastian Allmendinger | New Issue | |
2023-05-19 14:42 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
2023-05-19 14:42 | Paul Hunkar | Status | new => assigned |
2023-05-19 14:51 | Sebastian Allmendinger | Files Affected | => /library/Base/safeInvoke.js |
2023-05-19 14:54 | Sebastian Allmendinger | Status | assigned => resolved |
2023-05-19 14:54 | Sebastian Allmendinger | Resolution | open => fixed |
2023-05-19 14:54 | Sebastian Allmendinger | Note Added: 0019403 | |
2023-05-19 15:16 | Paul Hunkar | Status | resolved => closed |
2023-05-19 15:16 | Paul Hunkar | Fixed in Version | => 1.03.503 |
2023-05-19 15:16 | Paul Hunkar | Note Added: 0019406 |