提交 17bf8f06 编写于 作者: Q qinliwen

<ImageXTS修改Json文件>

Signed-off-by: Nqinliwen <qinliwen3@huawei.com>
上级 79f5b439
......@@ -7,6 +7,13 @@
"shell-timeout": "120000"
},
"kits": [
{
"test-file-name": [
"ActsImageJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
......@@ -42,14 +49,6 @@
"teardown-command":[
]
},
{
"test-file-name": [
"ActsImageJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
......
......@@ -7,6 +7,13 @@
"shell-timeout": "120000"
},
"kits": [
{
"test-file-name": [
"ActsImageDecodeOptionsJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
......@@ -39,14 +46,6 @@
"teardown-command":[
]
},
{
"test-file-name": [
"ActsImageDecodeOptionsJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
......
......@@ -2236,7 +2236,7 @@ describe('Image', function () {
let decodingOptions = {
sampleSize:1,
editable: true,
desiredSize:{ width:10000, height:10000},
desiredSize:{ width:1500, height:1500},
rotate:10,
desiredPixelFormat:2,
desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 },
......@@ -2788,7 +2788,7 @@ describe('Image', function () {
let decodingOptions = {
sampleSize:1,
editable: true,
desiredSize:{ width:500, height:500},
desiredSize:{ width:1300, height:1700},
rotate:10,
desiredPixelFormat:2,
desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 },
......
......@@ -7,6 +7,13 @@
"shell-timeout": "120000"
},
"kits": [
{
"test-file-name": [
"ActsImageExifJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
......@@ -31,14 +38,6 @@
"teardown-command":[
]
},
{
"test-file-name": [
"ActsImageExifJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册