diff options
author | Li, Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-07-15 14:33:03 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-07-21 01:59:53 +0000 |
commit | 4c06e50fb30b2e7d87782149f0b68b9f106fe144 (patch) | |
tree | 629b3845a94c416bcb75fe2773e2d192b3221603 | |
parent | 4892548fe8e7eb97021cec221f24e867102b5278 (diff) |
fix(bluetooth-pbap.lua): add import testjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.2
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.lua | 2 |
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"}) |