tests: Handle new assertion in gst_adapter_masked_scan_uint32
authorEdward Hervey <bilboed@bilboed.com>
Sun, 19 Sep 2010 14:10:16 +0000 (16:10 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 19 Sep 2010 14:10:16 +0000 (16:10 +0200)
tests/check/libs/adapter.c

index e9db72a..de0e4f9 100644 (file)
@@ -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 */