-
14a4a635
by Rémi Bernon at 2025-06-09T23:03:02+02:00
ole32/tests: Add an test with implicit MTA creation.
This checks what b4da14035741f287130002b512c7d0e9117da80a is fixing:
The MTA is created from the thread which is already in an STA,
apartment_findfromtid would return the MTA without that patch and
RPC would fail.
-
c979fade
by Rémi Bernon at 2025-06-09T23:03:02+02:00
ole32/tests: Add more tests with RPC from the wrong thread.
This checks that calling a method from a different STA than the iface
has been marshalling from should fail with RPC_E_WRONG_THREAD.
-
aca2268d
by Rémi Bernon at 2025-06-09T23:03:02+02:00
ole32/tests: Check calling a proxy after re-creating the STA.