This MR adds additional tests to validate registration-free activation of WinRT components using the AppX manifest.
--
v7: windows.applicationmodel/tests: Add tests for exposing inproc WinRT classes through the manifest.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8859
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v2: opcservice: Fix iteration with MovePrevious().
opcservices/tests: Add more tests for MovePrevious().
opcservices: Fix MoveNext() at the collection end.
opcservices/tests: Add some more tests for MoveNext().
opcservices/tests: Use stricter return values checks.
opcservices/tests: Remove Vista workarounds.
opcservices/tests: Use wide-char strings.
opcservices/tests: Add tests for ReadPackageFromStream.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8856