Re-enable RCW license tests (dotnet/coreclr#23023)
authorAaron Robinson <arobins@microsoft.com>
Tue, 5 Mar 2019 20:08:01 +0000 (12:08 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 20:08:01 +0000 (12:08 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/2add95d3f3dc6e0b54946f88ba2215560f5002a3

src/coreclr/tests/src/Interop/COM/NETClients/Licensing/Program.cs

index 7944118..68ac881 100644 (file)
@@ -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)
             {