View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007637 | CTT UA Scripts | 1 - Script Issue | public | 2022-01-24 13:19 | 2022-09-02 15:49 |
Reporter | Elliot Gawthrop | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.03.501 | ||||
Summary | 0007637: Monitor Value Change 041.js fails with 2D float arrays | ||||
Description | If a 2D array is configured in NodeIds/Static/All Profiles/Multi-Dimensional-Arrays/Float, the All other data types seem to work (except Variant, but this may be a separate issue as I am having trouble on lots of tests when it comes to Variants). | ||||
Steps To Reproduce |
| ||||
Additional Information | I tested whether the arrays were equal by adding the following code just before the failing Assert. <code> | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
The code has been extended by a special handling for Float arrays (like already done for Double and Variant from line 76). Incidentally during testing, another logical error was discovered in Assert.Equal for which ( 1, NaN ) returns false and an error message, while( NaN, 1 ) is also false, but does not return an error message. The logic has been modified to return an error message in both cases. |
|
reviewed code in call , agreed to updates and closed issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-01-24 13:19 | Elliot Gawthrop | New Issue | |
2022-02-25 16:27 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2022-02-25 16:27 | Paul Hunkar | Status | new => assigned |
2022-03-03 14:53 | Alexander Allmendinger | Status | assigned => resolved |
2022-03-03 14:53 | Alexander Allmendinger | Resolution | open => fixed |
2022-03-03 14:53 | Alexander Allmendinger | Note Added: 0016156 | |
2022-08-02 20:03 | Paul Hunkar | Project | Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts |
2022-09-02 15:49 | Paul Hunkar | Status | resolved => closed |
2022-09-02 15:49 | Paul Hunkar | Fixed in Version | => 1.03.501 |
2022-09-02 15:49 | Paul Hunkar | Note Added: 0017502 |