View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005714 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2020-06-15 13:52 | 2021-04-01 14:24 |
| Reporter | Matti Siponen | Assigned To | Alexander Allmendinger | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.03.341.397 | ||||
| Summary | 0005714: Data Access / Data Access DataItems / 009.js and 012.js select incorrect Nodes | ||||
| Description | Instead of selecting Double, Float and DateTime DataItem Nodes, these two scripts try to look far ValuePrecision Property in Byte DataItem Node. This is caused by programming error on line 40 of these two test scripts where the Node to be tested is selected with var browseRequest = GetDefaultBrowseRequest( Test.Session.Session, monitoredItems[0].NodeId ); which results in Byte DataItem Node being always selected. The correct way to do this would be to select the Node with var browseRequest = GetDefaultBrowseRequest( Test.Session.Session, monitoredItems[i].NodeId ); | ||||
| Tags | No tags attached. | ||||
| Files Affected | |||||
|
|
Both scripts are accessing the Index 0 in the browseRequests which will always reflect to the first configured item, in most cases a Byte instead of the desired DataTypes. |
|
|
reviewed in CMP call , agreed to changes and closed |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-06-15 13:52 | Matti Siponen | New Issue | |
| 2020-07-10 17:52 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
| 2020-07-10 17:52 | Paul Hunkar | Status | new => assigned |
| 2020-11-03 09:41 | Alexander Allmendinger | Status | assigned => resolved |
| 2020-11-03 09:41 | Alexander Allmendinger | Resolution | open => fixed |
| 2020-11-03 09:41 | Alexander Allmendinger | Fixed in Version | => 1.03.341.397 |
| 2020-11-03 09:41 | Alexander Allmendinger | Note Added: 0013104 | |
| 2021-04-01 14:24 | Paul Hunkar | Status | resolved => closed |
| 2021-04-01 14:24 | Paul Hunkar | Note Added: 0014141 |