Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
e5b65124
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
e5b65124
编写于
4月 10, 2023
作者:
O
openharmony_ci
提交者:
Gitee
4月 10, 2023
浏览文件
操作
浏览文件
下载
差异文件
!8408 修复sensor算法模块用例失败
Merge pull request !8408 from ZhaoMinghui/zmh0410
上级
0fec4e86
ba8b5b69
变更
3
展开全部
隐藏空白更改
内联
并排
Showing
3 changed file
with
231 addition
and
276 deletion
+231
-276
sensors/sensor_standard/src/main/js/test/SensorGeneralalgorithm.test.js
..._standard/src/main/js/test/SensorGeneralalgorithm.test.js
+10
-1
sensors/sensor_standard/src/main/js/test/SensorGeomagneticTest.test.js
...r_standard/src/main/js/test/SensorGeomagneticTest.test.js
+107
-168
sensors/sensor_standard/src/main/js/test/SensorOnOffTest.test_newSensorGeomagnetic.js
...main/js/test/SensorOnOffTest.test_newSensorGeomagnetic.js
+114
-107
未找到文件。
sensors/sensor_standard/src/main/js/test/SensorGeneralalgorithm.test.js
浏览文件 @
e5b65124
...
...
@@ -119,6 +119,8 @@ describe("SensorJsTest_sensor_1", function () {
[
30
,
25
,
41
],
[
3
,
2
,
4
],
[
-
123
,
-
456
,
-
564
],
[
3.40282
e
+
38
,
3.40282
e
+
38
,
3.40282
e
+
38
],
[
NaN
,
NaN
,
NaN
]
]
const
EPS
=
0.01
/*
* @tc.name:SensorJsTest_068
* @tc.desc:Verification results of the incorrect parameters of the test interface.
...
...
@@ -219,7 +221,14 @@ describe("SensorJsTest_sensor_1", function () {
it
(
'
SensorJsTest_073
'
,
TestType
.
FUNCTION
|
Size
.
MEDIUMTEST
|
Level
.
LEVEL3
,
async
function
(
done
)
{
sensor
.
createRotationMatrix
(
gravity
[
1
],
geomagnetic
[
1
]).
then
((
data
)
=>
{
console
.
info
(
"
SensorJsTest_073
"
+
JSON
.
stringify
(
data
))
expect
(
JSON
.
stringify
(
data
)).
assertEqual
(
JSON
.
stringify
(
SENSOR_DATA_MATRIX
[
1
]))
expect
(
data
.
rotation
.
length
).
assertEqual
(
SENSOR_DATA_MATRIX
[
1
].
rotation
.
length
)
for
(
let
i
=
0
;
i
<
data
.
rotation
.
length
;
++
i
)
{
expect
(
Math
.
abs
(
data
.
rotation
[
i
]
-
SENSOR_DATA_MATRIX
[
1
].
rotation
[
i
])
<
EPS
).
assertTrue
()
}
expect
(
data
.
inclination
.
length
).
assertEqual
(
SENSOR_DATA_MATRIX
[
1
].
inclination
.
length
)
for
(
let
i
=
0
;
i
<
data
.
inclination
.
length
;
++
i
)
{
expect
(
Math
.
abs
(
data
.
inclination
[
i
]
-
SENSOR_DATA_MATRIX
[
1
].
inclination
[
i
])
<
EPS
).
assertTrue
()
}
done
()
},
(
error
)
=>
{
expect
(
false
).
assertTrue
();
...
...
sensors/sensor_standard/src/main/js/test/SensorGeomagneticTest.test.js
浏览文件 @
e5b65124
此差异已折叠。
点击以展开。
sensors/sensor_standard/src/main/js/test/SensorOnOffTest.test_newSensorGeomagnetic.js
浏览文件 @
e5b65124
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录