未验证 提交 69a3f205 编写于 作者: O openharmony_ci 提交者: Gitee

!3371 ImageXTS修改Json文件

Merge pull request !3371 from 秦莉文/OpenHarmony-3.2-Beta1
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
"shell-timeout": "120000" "shell-timeout": "120000"
}, },
"kits": [ "kits": [
{
"test-file-name": [
"ActsImageJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
...@@ -42,14 +49,6 @@ ...@@ -42,14 +49,6 @@
"teardown-command":[ "teardown-command":[
] ]
},
{
"test-file-name": [
"ActsImageJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
} }
] ]
......
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
"shell-timeout": "120000" "shell-timeout": "120000"
}, },
"kits": [ "kits": [
{
"test-file-name": [
"ActsImageDecodeOptionsJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
...@@ -39,14 +46,6 @@ ...@@ -39,14 +46,6 @@
"teardown-command":[ "teardown-command":[
] ]
},
{
"test-file-name": [
"ActsImageDecodeOptionsJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
} }
] ]
......
...@@ -2236,7 +2236,7 @@ describe('Image', function () { ...@@ -2236,7 +2236,7 @@ describe('Image', function () {
let decodingOptions = { let decodingOptions = {
sampleSize:1, sampleSize:1,
editable: true, editable: true,
desiredSize:{ width:10000, height:10000}, desiredSize:{ width:1500, height:1500},
rotate:10, rotate:10,
desiredPixelFormat:2, desiredPixelFormat:2,
desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 },
...@@ -2788,7 +2788,7 @@ describe('Image', function () { ...@@ -2788,7 +2788,7 @@ describe('Image', function () {
let decodingOptions = { let decodingOptions = {
sampleSize:1, sampleSize:1,
editable: true, editable: true,
desiredSize:{ width:500, height:500}, desiredSize:{ width:1500, height:1500},
rotate:10, rotate:10,
desiredPixelFormat:2, desiredPixelFormat:2,
desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 },
......
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
"shell-timeout": "120000" "shell-timeout": "120000"
}, },
"kits": [ "kits": [
{
"test-file-name": [
"ActsImageExifJsTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
...@@ -31,14 +38,6 @@ ...@@ -31,14 +38,6 @@
"teardown-command":[ "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.
先完成此消息的编辑!
想要评论请 注册