summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2015-01-28 19:11:57 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-05 12:31:01 +0200
commit7c4da6ca926dbc83006c505e11405c640db82f92 (patch)
treeee9d0e6b04942bde339dffe89c6bd183ce750988 /test
parent3ef920bf523b4f43f9f6cb81152a1bc2ba864992 (diff)
downloadbluez-7c4da6ca926dbc83006c505e11405c640db82f92.tar.gz
test/pbap-client: Add support to fetch spd,fav PB
Adds support to fetch spd,fav phonebook. Tested using PTS test case TC_PCE_PBB_BV_01_C.
Diffstat (limited to 'test')
-rwxr-xr-xtest/pbap-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pbap-client b/test/pbap-client
index 51e26ebda..16a786bb1 100755
--- a/test/pbap-client
+++ b/test/pbap-client
@@ -170,6 +170,6 @@ if __name__ == '__main__':
pbap_client.flush_transfers(lambda: test_paths(paths[1:]))
- test_paths(["PB", "ICH", "OCH", "MCH", "CCH"])
+ test_paths(["PB", "ICH", "OCH", "MCH", "CCH", "SPD", "FAV"])
mainloop.run()