View Issue Details

IDProjectCategoryView StatusLast Update
0010031CTT UA Scripts1 - Script Issuepublic2024-11-22 17:04
ReporterGigantic Heisenberg Assigned ToSebastian Allmendinger  
PrioritynoneSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0010031: Security_None 007 is skipped when max session has no limit
Description

In Case of MaxSessions = 0 ServerProjects\Standard\maintree\Security\Security None\Test Cases\007.js returns a "Skipped" result, claiming that number of max sessions is to small to execute the test. Keep in mind that maxSessions =0 means no liomit.

Replace "if (i < maxSessions) {" by "if(i < maxSessions || maxSessions === 0){" to fix my issue.

Steps To Reproduce

Execute ServerProjects\Standard\maintree\Security\Security Aes128-Sha256-RsaOaep\Test Cases\005.js on a server that does not limit the number of sessions.

TagsNo tags attached.
Files Affected

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-11-22 10:55 Gigantic Heisenberg New Issue
2024-11-22 17:04 Paul Hunkar Assigned To => Sebastian Allmendinger
2024-11-22 17:04 Paul Hunkar Status new => assigned
2024-11-22 17:04 Paul Hunkar Project CTT UA Test Case => CTT UA Scripts
2024-11-22 17:04 Paul Hunkar Category 4 - Test Case Definition => 1 - Script Issue