tests: parse-launch: remove assignment order tests
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 14 Sep 2022 22:06:49 +0000 (00:06 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 19 Oct 2022 11:21:04 +0000 (11:21 +0000)
commitf0598767f08b442b06cb432751789c854f7fa9ca
tree94261ae32f4edc9301dd379263ec007eede88406
parentc2f890aba70b3e85f94e0c7a8542fd369d989879
tests: parse-launch: remove assignment order tests

These tests relied on setting the name of an element twice to verify
that the last one set took precedence, however name is a CONSTRUCT property
and the parser now errors out when such properties are set twice, in
g_object_new_with_properties .

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3026>
subprojects/gstreamer/tests/check/pipelines/parse-launch.c