Re-enable RCW license tests (#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)
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)
             {