摘要: TestLink导入需求类测试用例的时候,报下面错误:前台页面报的错误#0 database->exec_query() called at [C:\xampp\htdocs\testlink\lib\functions\requirement_mgr.class.php:1000] #1 requirement_mgr->assign_to_tcase() called at [C:\xampp\htdocs\testlink\lib\testcases\tcImport.php:668] #2 processRequirements() called at [C:\xampp\ 阅读全文
posted @ 2013-12-18 16:17 持续集成 阅读(896) 评论(0) 推荐(0)
摘要: 乱码如下:解决方案: 1、拷贝c:/windows/fonts/下面的simhei.ttf文件到testlink/third_**/pchart/Fonts/目录下 2、修改config.inc.php:将$tlCfg->charts_font_path = TL_ABS_PATH . "third_**/pchart/Fonts/tahoma.ttf";中的字体重新设置: $tlCfg->charts_font_path = "c:/windows/fonts/simhei.TTF";乱码解除,正常显示如下: 阅读全文
posted @ 2013-12-18 16:14 持续集成 阅读(374) 评论(0) 推荐(0)
摘要: 由于项目需要,在TestLink中增加了一个需求,表示业务流程类型。修改 cfg/const.inc.php 文件:define('TL_REQ_TYPE_INFO', '1');define('TL_REQ_TYPE_FEATURE','2');define('TL_REQ_TYPE_USE_CASE','3');define('TL_REQ_TYPE_INTERFACE','4');define('TL_REQ_TYPE_NON_FUNCTIONAL 阅读全文
posted @ 2013-12-18 16:13 持续集成 阅读(261) 评论(0) 推荐(0)