aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi, Xiaoming <lixm.fnst@cn.fujitsu.com>2020-07-15 14:33:03 +0800
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>2020-07-21 01:59:53 +0000
commit4c06e50fb30b2e7d87782149f0b68b9f106fe144 (patch)
tree629b3845a94c416bcb75fe2773e2d192b3221603
parent4892548fe8e7eb97021cec221f24e867102b5278 (diff)
Complete the missing verb test. In this service, import verb is the precondition of the other verbs, such as contacts, history. Bug-AGL: SPEC-3458 Change-Id: I7206f30bd4b58f4ec41c1693bea543c7c886e8ec Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
-rw-r--r--test/afb-test/tests/bluetooth-pbap.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/afb-test/tests/bluetooth-pbap.lua b/test/afb-test/tests/bluetooth-pbap.lua
index dc3fa9c..de5dd7b 100644
--- a/test/afb-test/tests/bluetooth-pbap.lua
+++ b/test/afb-test/tests/bluetooth-pbap.lua
@@ -20,6 +20,8 @@
--]]
+
+_AFT.testVerbStatusSuccess('testContactsSuccess','bluetooth-pbap','import', {})
_AFT.testVerbStatusSuccess('testContactsSuccess','bluetooth-pbap','contacts', {})
_AFT.testVerbStatusSuccess('testIncomingCallsEntrySuccess','bluetooth-pbap','entry', {list="ich",handle="1.vcf"})
_AFT.testVerbStatusSuccess('testOutgoingCallsEntrySuccess','bluetooth-pbap','entry', {list="och",handle="1.vcf"})