Module: wine Branch: master Commit: 6ed1e5c242e70c5a32016dd9a05b8bdecf386c03 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6ed1e5c242e70c5a32016dd9a...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Apr 18 23:01:29 2019 -0500
quartz/tests: Clean up and expand tests for aggregation.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/tests/Makefile.in | 1 - dlls/quartz/tests/filtergraph.c | 139 ++++++++++++----------- dlls/quartz/tests/filtermapper.c | 159 ++++++++++++++------------ dlls/quartz/tests/misc.c | 233 -------------------------------------- dlls/quartz/tests/videorenderer.c | 94 +++++++++++++++ dlls/quartz/tests/vmr7.c | 95 ++++++++++++++++ dlls/quartz/tests/vmr9.c | 95 ++++++++++++++++ 7 files changed, 442 insertions(+), 374 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6ed1e5c242e70c5a32016...