* Change the result of install::importdemodata unit test.
This commit is contained in:
@@ -16,7 +16,7 @@ cid=0
|
||||
- 属性code @workhourManage
|
||||
- 检查project表的演示数据导出是否正确。
|
||||
- 属性id @3
|
||||
- 属性name @企业管理系统
|
||||
- 属性name @企业网站第一期
|
||||
|
||||
*/
|
||||
|
||||
@@ -68,4 +68,4 @@ $app->loadLang('install');
|
||||
$tester->install->importDemoData();
|
||||
r($tester->install->fetchByID(9, 'user')) && p('id,account,realname') && e('9,testManager,测试经理'); // 检查user表的演示数据导出是否正确。
|
||||
r($tester->install->fetchByID(2, 'product')) && p('id,name,code') && e('2,企业内部工时管理系统,workhourManage'); // 检查product表的演示数据导出是否正确。
|
||||
r($tester->install->fetchByID(3, 'project')) && p('id,name') && e('3,企业管理系统'); // 检查project表的演示数据导出是否正确。
|
||||
r($tester->install->fetchByID(3, 'project')) && p('id,name') && e('3,企业网站第一期'); // 检查project表的演示数据导出是否正确。
|
||||
|
||||
Reference in New Issue
Block a user