Skip to content
Commit 5fd77616 authored by Philip Withnall's avatar Philip Withnall 🚫
Browse files

tests: Allow use of deprecated API in unit tests

We need to test that the behaviour of deprecated API doesn’t change
across the versions of libgdata, which requires it to be accessible in
the headers, and hence LIBGDATA_DISABLE_DEPRECATED cannot be defined.

All deprecated API is marked with G_GNUC_DEPRECATED anyway, and the
tests can explicitly disable this with G_GNUC_BEGIN_IGNORE_DEPRECATIONS.

https://bugzilla.gnome.org/show_bug.cgi?id=687597
parent 750bb7ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment