* Add switchDB by tests.
This commit is contained in:
@@ -11,8 +11,8 @@ cid=1
|
||||
pid=1
|
||||
|
||||
查询产品1 581 58 不存在的产品10001下由我创建的bug >> BUG174,BUG173,BUG172,BUG93,BUG92,BUG91
|
||||
查询产品1 58下由我创建的bug >> BUG174,BUG173,BUG172
|
||||
查询不存在的产品10001下由我创建的bug >> 0
|
||||
查询产品1 58下由我创建的bug >> BUG174,BUG173,BUG172
|
||||
查询不存在的产品10001下由我创建的bug >> 0
|
||||
|
||||
*/
|
||||
|
||||
@@ -22,4 +22,4 @@ $bug=new bugTest();
|
||||
|
||||
r($bug->getByAssigntonullTest($productIDList[0])) && p('title') && e('BUG174,BUG173,BUG172,BUG93,BUG92,BUG91'); // 查询产品1 581 58 不存在的产品10001下由我创建的bug
|
||||
r($bug->getByAssigntonullTest($productIDList[1])) && p('title') && e('BUG174,BUG173,BUG172'); // 查询产品1 58下由我创建的bug
|
||||
r($bug->getByAssigntonullTest($productIDList[2])) && p('title') && e('0'); // 查询不存在的产品10001下由我创建的bug
|
||||
r($bug->getByAssigntonullTest($productIDList[2])) && p('title') && e('0'); // 查询不存在的产品10001下由我创建的bug
|
||||
Reference in New Issue
Block a user