tests: avoid g_test_add_data_func_full
commitc8cd8b41cc32b45d286204349d97debf4932082d
authorNicola Fontana <ntd@entidi.it>
Sat, 7 Feb 2015 22:05:14 +0000 (7 23:05 +0100)
committerNicola Fontana <ntd@entidi.it>
Sat, 7 Feb 2015 22:05:14 +0000 (7 23:05 +0100)
tree4bde0db27a33a94b90649a78f026ff0cbff9e77d
parente2d29c226b26c69d0f9271b4a87acbbb61cb3ac1
tests: avoid g_test_add_data_func_full

That function has been introduced in GLib 2.34, so depending on it
effectively added a hard dependency on that GLib version for testing.

I moved to g_test_add_data_func() instead: that update was trivial
and did not add the dependency.
src/tests/adg-test.c