From: Li, Xiaoming Date: Wed, 15 Jul 2020 06:33:03 +0000 (+0800) Subject: fix(bluetooth-pbap.lua): add import test X-Git-Tag: 9.99.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F25020%2F2;p=apps%2Fagl-service-bluetooth-pbap.git fix(bluetooth-pbap.lua): add import test 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 --- 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"})