test: remove asset test that needs internal method
authorHenry Wilkes <hwilkes@igalia.com>
Wed, 4 Mar 2020 17:00:46 +0000 (17:00 +0000)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 5 Mar 2020 20:04:51 +0000 (17:04 -0300)
commitb03915bc87640ec67dcd2fa18257798e71ebbe63
treea927ad33ad2f1d8b4c45cd7fc843d5d1bb2edb94
parent8f1266342837b5200c27598a080e1ae75214993b
test: remove asset test that needs internal method

The test_proxy_asset test needs the internal method
ges_asset_finish_proxy. The test also uses the associated internal methods
ges_asset_try_proxy and ges_asset_cache_lookup. However, these are
marked with GES_API in ges-internal.h, which allows us access to them
here.
The new method is not marked as GES_API because it would not allow us to
remove the method in the future without removing it from the symbols list.
We do not want to add to the problem.

The test was simply commented out since we may wish to support tests
that access internal methods in the future using meson.
tests/check/ges/asset.c