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
committerVsevolod Kukol <sevoku@microsoft.com>2019-03-04 17:45:44 +0300
commit86db65afabcef60c749427abef7ff99b4b4260cb (patch)
tree5141ea79f2700e63c869ee15e1ec8d1c523c6c39 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parent08b34d1eebc710d5edb348f12e268d136ad51a3b (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">