Commit 39e3bb8d authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

fusion/tests: Mark test as skipped when we don't have enough rights.

parent 0449701c
......@@ -853,6 +853,8 @@ static BOOL check_dotnet20(void)
ret = TRUE;
else if (hr == CLDB_E_FILE_OLDVER)
win_skip("Tests can't be run on older .NET version (.NET 1.1)\n");
else if (hr == E_ACCESSDENIED)
skip("Not enough rights to install an assembly\n");
else
ok(0, "Expected S_OK, got %08x\n", hr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment