View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009233 | CTT UA Scripts | 5 - General Problem | public | 2023-11-03 14:35 | 2023-11-06 13:43 |
Reporter | Sebastian Allmendinger | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.03.505 | ||||
Summary | 0009233: library function ExpectedAndAcceptedResults.clone() add both in the ExpectedResults-Array | ||||
Description | While investigating another mantis, we noticed that the library function add both (expected and accepted results) as expected results in the new object. | ||||
Additional Information | for( var i=0; i<this.AcceptedResults.length; i++ ) e.ExpectedResults.push( this.AcceptedResults[i] ); must be replaced with for( var i=0; i<this.AcceptedResults.length; i++ ) e.AcceptedResults.push( this.AcceptedResults[i] ); | ||||
Tags | No tags attached. | ||||
Files Affected | library\Base\Objects\expectedResults.js | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-11-03 14:35 | Sebastian Allmendinger | New Issue | |
2023-11-03 14:37 | Sebastian Allmendinger | Files Affected | => library\Base\Objects\expectedResults.js |
2023-11-06 13:29 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
2023-11-06 13:29 | Paul Hunkar | Status | new => assigned |
2023-11-06 13:39 | Sebastian Allmendinger | Project | Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts |
2023-11-06 13:39 | Sebastian Allmendinger | Status | assigned => resolved |
2023-11-06 13:39 | Sebastian Allmendinger | Resolution | open => fixed |
2023-11-06 13:39 | Sebastian Allmendinger | Note Added: 0020268 | |
2023-11-06 13:43 | Paul Hunkar | Status | resolved => closed |
2023-11-06 13:43 | Paul Hunkar | Fixed in Version | => 1.03.505 |
2023-11-06 13:43 | Paul Hunkar | Note Added: 0020270 |