tests: remove static data from ivi-layout-test-client
authorPekka Paalanen <pekka.paalanen@collabora.com>
Tue, 5 Nov 2019 15:03:34 +0000 (17:03 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 21 Nov 2019 16:24:01 +0000 (16:24 +0000)
commitf8086fb839d8cfc4abe3dd0502575598bbe6aaee
tree3d802f4331fc4bc8400325bbfaae34f06b83af20
parent9551dd782789d2c582300d4dda226eb1caca05e0
tests: remove static data from ivi-layout-test-client

Using static data will mess things up when the test harness no longer fork()'s
each sub-test. Hence it needs to be converted to "normal" data.

Unfortunately here the cached value was actually used, so keeping that
behaviour is a handful. Yes, it was all leaked also before.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
tests/ivi-layout-test-client.c