View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007039 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2021-06-22 08:20 | 2021-07-09 15:13 |
Reporter | Jochen Baier | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.04.09.398 | ||||
Fixed in Version | 1.03.341.399 | ||||
Summary | 0007039: Script: Monitored Item Services->Monitor Triggering->Err-011.js: items cloned wrong: Test fails | ||||
Description | The script Monitored Item Services->Monitor Triggering->Err-011.js clone the tempItems from items wrong: var tempItems = []; after this tempItems is no array anymore and contains only the the last element from items. Proposed fix: for (var i = 0; i < items.length; i++) Without this fix the test fails on my setup with: 'SetTriggering().Response.AddResults[0] = Good but MonitoredItemIdInvalid was expected' | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
In the mentioned code there is indeed an issue. But after reviewing the test script, a different approach has been prepared. |
|
review in cmp call, agreed to changes and closed |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-22 08:20 | Jochen Baier | New Issue | |
2021-07-02 16:01 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2021-07-02 16:01 | Paul Hunkar | Status | new => assigned |
2021-07-05 12:24 | Sebastian Allmendinger | Assigned To | Alexander Allmendinger => Sebastian Allmendinger |
2021-07-05 12:24 | Sebastian Allmendinger | Status | assigned => resolved |
2021-07-05 12:24 | Sebastian Allmendinger | Resolution | open => fixed |
2021-07-05 12:24 | Sebastian Allmendinger | Fixed in Version | => 1.03.341.399 |
2021-07-05 12:24 | Sebastian Allmendinger | Note Added: 0014636 | |
2021-07-09 15:13 | Paul Hunkar | Status | resolved => closed |
2021-07-09 15:13 | Paul Hunkar | Note Added: 0014676 |