From: Edward Hervey Date: Sun, 19 Sep 2010 14:10:16 +0000 (+0200) Subject: tests: Handle new assertion in gst_adapter_masked_scan_uint32 X-Git-Tag: RELEASE-0.10.31~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6aa0583b6c2ef34cd7d7d16e421b07fe2cf63ef;p=platform%2Fupstream%2Fgstreamer.git tests: Handle new assertion in gst_adapter_masked_scan_uint32 --- 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 */