From b6aa0583b6c2ef34cd7d7d16e421b07fe2cf63ef Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sun, 19 Sep 2010 16:10:16 +0200 Subject: [PATCH] tests: Handle new assertion in gst_adapter_masked_scan_uint32 --- tests/check/libs/adapter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check/libs/adapter.c b/tests/check/libs/adapter.c index e9db72a..de0e4f9 100644 --- a/tests/check/libs/adapter.c +++ b/tests/check/libs/adapter.c @@ -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 */ -- 2.7.4