mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
tests: Handle new assertion in gst_adapter_masked_scan_uint32
This commit is contained in:
parent
9dbe690f72
commit
b6aa0583b6
1 changed files with 2 additions and 2 deletions
|
@ -688,9 +688,9 @@ GST_START_TEST (test_scan)
|
|||
gst_adapter_masked_scan_uint32 (adapter, 0xff000000, 0x61000000, 0, 0x62);
|
||||
fail_unless (offset == -1);
|
||||
/* does not even exist */
|
||||
offset =
|
||||
ASSERT_CRITICAL (offset =
|
||||
gst_adapter_masked_scan_uint32 (adapter, 0x00ffffff, 0xffffffff, 0x65,
|
||||
99);
|
||||
99));
|
||||
fail_unless (offset == -1);
|
||||
|
||||
/* flush some bytes */
|
||||
|
|
Loading…
Reference in a new issue