tests: souphttpsrc: Avoid deprecated ssl-ca-file property
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Tue, 20 Jun 2017 14:39:36 +0000 (16:39 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 29 Jun 2017 19:32:30 +0000 (15:32 -0400)
commitaa8ac28d86a5c45314a6d62cfd579842f8aecad2
tree7ae581bd088ca82cb574314a052df2b8f84c2d75
parent9922091f1b50bf6c48ffb25be4e3bccabcee209c
tests: souphttpsrc: Avoid deprecated ssl-ca-file property

SoupSession's ssl-ca-file property is deprecated. Use the recommended
tls-database property.

This is a bit more complex as it requires creating a GTlsFileDatabase
object for an absolute (!) path to the CA certificates file.

https://bugzilla.gnome.org/show_bug.cgi?id=784005
tests/check/elements/souphttpsrc.c