• Zebediah Figura's avatar
    qcap/tests: Remove duplicated tests for allocator identity. · bc9c8684
    Zebediah Figura authored
    We test once above that the source does not use the existing allocator, but then
    implicitly release the allocator we are testing against (when the source assigns
    a new allocator to the sink). As a result, these ok() statements were testing
    that newly allocated allocators had a different address than the original
    allocator, which of course sometimes fails.
    
    Since we don't need to perform this test more than once anyway, just get rid of
    the offending ok() statements.
    bc9c8684
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
audiorecord.c Loading commit data...
avico.c Loading commit data...
avimux.c Loading commit data...
capturegraph.c Loading commit data...
filewriter.c Loading commit data...
qcap.spec Loading commit data...
qcap_classes.idl Loading commit data...
qcap_main.c Loading commit data...
qcap_private.h Loading commit data...
smartteefilter.c Loading commit data...
v4l.c Loading commit data...
version.rc Loading commit data...
vfwcapture.c Loading commit data...