From: Aaron Robinson Date: Tue, 5 Mar 2019 20:08:01 +0000 (-0800) Subject: Re-enable RCW license tests (dotnet/coreclr#23023) X-Git-Tag: submit/tizen/20210909.063632~11030^2~2283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9e8200784b7035651a3e1257e3f6cf94c31d184;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Re-enable RCW license tests (dotnet/coreclr#23023) Commit migrated from https://github.com/dotnet/coreclr/commit/2add95d3f3dc6e0b54946f88ba2215560f5002a3 --- diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs index 7944118..68ac881 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs @@ -131,10 +131,9 @@ namespace NetClient try { - // Uncomment once https://github.com/dotnet/corefx/pull/35767 is in sync with coreclr repo - //ActivateLicensedObject(); - //ActivateUnderDesigntimeContext(); - //ActivateUnderRuntimeContext(); + ActivateLicensedObject(); + ActivateUnderDesigntimeContext(); + ActivateUnderRuntimeContext(); } catch (Exception e) {