Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2019-03-04 02:40:09 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-03-04 21:15:51 +0300
commita8aec4f6ac0117d35e4259787c2cb6b84676c429 (patch)
tree100f6faa1d216db363539b8bcacb966277aa2310 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parented267a6124ad58a1fa97d09e9eb4c39dd09b05fc (diff)
[Mac][Tests] CredentialProviderTests depend on Ide tests
We're using Xamarin.Mac APIs now, so we need to init the runtime for the Keychain tests.
Diffstat (limited to 'main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj')
-rw-r--r--main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
index d57f65f521..39f267ccb7 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -146,6 +146,7 @@
<Compile Include="MonoDevelop.Ide.TypeSystem\TypeSystemServiceTests.cs" />
<Compile Include="MonoDevelop.Ide.RoslynServices\MonoDevelopFrameworkAssemblyPathResolverFactoryTests.cs" />
<Compile Include="MonoDevelop.Ide.TypeSystem\MonoDevelopWorkspaceTests.cs" />
+ <Compile Include="MonoDevelop.Ide\BaseCredentialsProviderTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">