Testcase name: Duplicate due to case insensitive chars

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
rtessier
TestLink user
Posts: 9
Joined: Wed Jan 20, 2010 6:31 pm

Testcase name: Duplicate due to case insensitive chars

Post by rtessier »

I am trying to enter testcases through Testlink GUI and through API. In both cases, testcases cannot be entered into TL due to duplicate testcase names due to case insensitive titles. Ie: (I did not create these testcase names)
-semC1
-semc1
Since these are existing testcases, I cannot rename them or it will skew the stats. Is there a way to turn off the case sensitive restriction when I manually enter?

As well, in my API, what do I need to turn off or change in the query? The first testcase will get created. But when I query tcaseMgr->get_by_name() the second time, it always finds the first one entered for the suite. Any kludge or hack available?

Thanks in advance!

Using: Testlink 1.9 on Ubuntu Linux
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testcase name: Duplicate due to case insensitive chars

Post by fman »

no way with configuration
Post Reply