summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorForrest Zhao <forrest.zhao@intel.com>2009-06-10 16:13:42 +0800
committerJohan Hedberg <johan.hedberg@nokia.com>2009-06-11 14:20:32 +0700
commitdba39a95059b7cd2dc243903a1e95f526e67dfb1 (patch)
tree79cf647f7385ddbd2a1b205e53a74780c1880490 /test
parentff85ad172aceb1cb15f4588fd66b8f72bae872de (diff)
downloadobexd-dba39a95059b7cd2dc243903a1e95f526e67dfb1.tar.gz
Add support for PBAP integration with EDS
Diffstat (limited to 'test')
-rwxr-xr-xtest/pbap-client1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pbap-client b/test/pbap-client
index 1416ea8..8d5a0bd 100755
--- a/test/pbap-client
+++ b/test/pbap-client
@@ -19,6 +19,7 @@ print "\n--- Select Phonebook internal:pb ---\n"
pbap.Select("int", "pb")
print "\n--- PullAll ---\n"
+pbap.SetFormat("vcard30")
ret = pbap.PullAll()
print "%s" % (ret)