fix(bluetooth-pbap.lua): add import test 20/25020/2 9.99.2 9.99.3 9.99.4 jellyfish/9.99.2 jellyfish/9.99.3 jellyfish/9.99.4 jellyfish_9.99.2 jellyfish_9.99.3 jellyfish_9.99.4
authorLi, Xiaoming <lixm.fnst@cn.fujitsu.com>
Wed, 15 Jul 2020 06:33:03 +0000 (14:33 +0800)
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Tue, 21 Jul 2020 01:59:53 +0000 (01:59 +0000)
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>
test/afb-test/tests/bluetooth-pbap.lua

index dc3fa9c..de5dd7b 100644 (file)
@@ -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"})