Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
2a508fa4
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
2a508fa4
编写于
3月 17, 2022
作者:
O
openharmony_ci
提交者:
Gitee
3月 17, 2022
浏览文件
操作
浏览文件
下载
差异文件
!2593 【communication】优化BT JS L2测试用例
Merge pull request !2593 from 权力/cherry-pick-1647521126
上级
d5d54be2
28f8fb2f
变更
5
展开全部
隐藏空白更改
内联
并排
Showing
5 changed file
with
623 addition
and
767 deletion
+623
-767
communication/bluetooth_ble/src/main/js/default/test/BluetoothBle.test.js
...uetooth_ble/src/main/js/default/test/BluetoothBle.test.js
+176
-196
communication/bluetooth_on/src/main/js/default/test/BluetoothOn.test.js
...bluetooth_on/src/main/js/default/test/BluetoothOn.test.js
+192
-197
communication/bluetooth_standard/src/main/js/default/test/Bluetooth.test.js
...tooth_standard/src/main/js/default/test/Bluetooth.test.js
+252
-369
communication/wifi_p2p/src/main/js/default/test/WifiP2P.test.js
...ication/wifi_p2p/src/main/js/default/test/WifiP2P.test.js
+2
-1
communication/wifi_standard/src/main/js/default/test/WifiSta.test.js
...on/wifi_standard/src/main/js/default/test/WifiSta.test.js
+1
-4
未找到文件。
communication/bluetooth_ble/src/main/js/default/test/BluetoothBle.test.js
浏览文件 @
2a508fa4
此差异已折叠。
点击以展开。
communication/bluetooth_on/src/main/js/default/test/BluetoothOn.test.js
浏览文件 @
2a508fa4
此差异已折叠。
点击以展开。
communication/bluetooth_standard/src/main/js/default/test/Bluetooth.test.js
浏览文件 @
2a508fa4
此差异已折叠。
点击以展开。
communication/wifi_p2p/src/main/js/default/test/WifiP2P.test.js
浏览文件 @
2a508fa4
...
...
@@ -85,6 +85,7 @@ describe('ACTS_WifiTest', function () {
console
.
info
(
"
[wifi_js]getCurrentGroup promise then error.
"
+
JSON
.
stringify
(
error
));
expect
().
assertFail
();
});
done
();
})
...
...
@@ -93,7 +94,7 @@ describe('ACTS_WifiTest', function () {
* @tc.name SUB_Communication_WiFi_P2P_Config_0002
* @tc.desc Test getCurrentGroup callback infos
*/
it
(
'
SUB_Communication_WiFi_P2P_Config_000
1
'
,
0
,
async
function
(
done
)
{
it
(
'
SUB_Communication_WiFi_P2P_Config_000
2
'
,
0
,
async
function
(
done
)
{
await
tryToEnableWifi
();
var
WifiP2PConfig
=
{
deviceAddress
:
"
00:00:00:00:00:00
"
,
...
...
communication/wifi_standard/src/main/js/default/test/WifiSta.test.js
浏览文件 @
2a508fa4
...
...
@@ -806,11 +806,8 @@ describe('ACTS_WifiTest', function() {
+
result
.
frequency
+
"
snr:
"
+
result
.
snr
+
"
macAddress:
"
+
result
.
macAddress
+
"
ipAddress:
"
+
result
.
ipAddress
+
"
suppState:
"
+
result
.
suppState
+
"
connState:
"
+
result
.
connState
);
expect
(
true
).
assertEqual
(
result
.
connState
==
ConnState
.
CONNECTING
);
expect
(
false
).
assertEqual
(
result
.
suppState
==
suppState
.
DISCONNECTED
);
done
();
});
await
sleep
(
2000
);
});
})
/**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录