Search found 1 match
- Tue Aug 06, 2013 10:33 am
- Forum: Installation and configuration
- Topic: How to increase length of test case title from database ?
- Replies: 2
- Views: 7734
Re: How to increase length of test case title from database
I did it under testlink 1.9.7 (test case name lenth increasing from 100 to 125 carac.) Mysql : alter table testlink.nodes_hierarchy modify name VARCHAR(125); input_dimensions.conf : TESTCASE_NAME_MAXLEN=125 const.inc.php : $g_field_size->testcase_name = 125; It seems that the TESTCASE_NAME_MAXLEN is...