View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003981 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2017-10-10 11:32 | 2019-06-17 13:15 |
| Reporter | Mircea Suciu | Assigned To | Alexander Allmendinger | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | Windows | OS | Windows 7 | OS Version | Proffesional |
| Product Version | 1.02.336.273 | ||||
| Target Version | 1.03 | Fixed in Version | 1.03.340.368 | ||
| Summary | 0003981: Tested with 1.3.340.358 RC | ||||
| Description | Test case "Subscription Services-> Subscription Basic -> 056.js" is not skipped in a configuration with a single scalar node | ||||
| Steps To Reproduce | Having a configuration where a single node is configured in "Settings.ServerTest.NodeIds.Static.AllProfiles.Scalar" set of nodes, e.g. Float MonitoredItems[1] is not === null since it's value is MonitoredItems[1] === undefined. The check should be this in order to skip the test in a configuration with a sigle node: | ||||
| Additional Information | Reproduced with version 1.3.340.358 RC | ||||
| Tags | No tags attached. | ||||
| Files Affected | |||||
|
|
Due to the coding rules I added additional checks instead of switching to ==. The code has been changed to: if (MonitoredItems[0] === undefined || MonitoredItems[1] === undefined || MonitoredItems[0] === null || MonitoredItems[1] === null ) { |
|
|
reviewed in CMP call 2019-06-17 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-10-10 11:32 | Mircea Suciu | New Issue | |
| 2017-11-02 14:55 | Paul Hunkar | Target Version | => 1.03 |
| 2017-11-02 14:55 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
| 2017-11-02 14:55 | Paul Hunkar | Status | new => assigned |
| 2017-11-13 13:03 | Alexander Allmendinger | Note Added: 0008685 | |
| 2017-11-13 13:03 | Alexander Allmendinger | Status | assigned => resolved |
| 2017-11-13 13:03 | Alexander Allmendinger | Fixed in Version | => 1.03.340.368 |
| 2017-11-13 13:03 | Alexander Allmendinger | Resolution | open => fixed |
| 2019-01-28 14:10 | Paul Hunkar | Category | Script Issue => 1 - Script Issue |
| 2019-06-17 13:15 | Paul Hunkar | Status | resolved => closed |
| 2019-06-17 13:15 | Paul Hunkar | Note Added: 0010379 |