Nikolay Sivov : msxml/tests: Move some of the validation tests to their modules.
Module: wine Branch: master Commit: 91f3d8b0be7a81ebc2ab1f65bc5d79beffb3b397 URL: https://gitlab.winehq.org/wine/wine/-/commit/91f3d8b0be7a81ebc2ab1f65bc5d79b... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri Mar 22 19:18:13 2024 +0100 msxml/tests: Move some of the validation tests to their modules. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/msxml3/tests/schema.c | 158 ------------------------------- dlls/msxml4/tests/Makefile.in | 3 +- dlls/msxml4/tests/schema.c | 215 ++++++++++++++++++++++++++++++++++++++++++ dlls/msxml6/tests/Makefile.in | 3 +- dlls/msxml6/tests/schema.c | 215 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 434 insertions(+), 160 deletions(-)
participants (1)
-
Alexandre Julliard