Skip to content

NameKeyGenerator::nameToLowercaseKey doesn't work properly for new keys #2841

Description

@Caball009
// Check if the lowercase key generation works correctly
NameKeyType lowerKey1 = TheNameKeyGenerator->nameToLowercaseKey("Test1234567");
NameKeyType lowerKey1Again = TheNameKeyGenerator->nameToKey("test1234567");
assert(lowerKey1 == lowerKey1Again);

This works for existing keys and is expected to work for new keys as well, but it doesn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is not working right, typically is user facingMinorSeverity: Minor < Major < Critical < Blocker

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions