Skip to content
Snippets Groups Projects
Commit 015bc5db authored by Frédéric Dalleau's avatar Frédéric Dalleau :sun_with_face:
Browse files

bluez/ubt: Fix test_dun_pan


The result of an urlrequest.read is a binary stream of data.
The input for file.write() is a string.
Make sure the write call is fed with the proper type of data.

Reviewed-by: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Reviewed-by: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Reviewed-by: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D4446
parent 3b6cfca3
No related branches found
Tags apertis/1%0.20160928.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment