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:
authorMatt Ward <matt.ward@xamarin.com>2019-04-02 20:17:47 +0300
committerMatt Ward <matt.ward@xamarin.com>2019-04-02 20:17:47 +0300
commitd2e89c83e3fb9c59c71c3a91be2d8b70dc5e5ea4 (patch)
tree6636b333a83e2602d570c31ad25d47633bf3a431 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parent43826ea34ca9227ce2f67c6539e76778997c6b86 (diff)
[Ide] Add tests for project info cache
Tests: Cache is created on loading the solution into the type system. Cache is updated when the project is modified. Cache is updated when a file is added externally to an SDK style project. Cache is used on initial load before MSBuild is used. Cache is updated if it is out of date compared with the MSBuild information.
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 abc6bc761e..bc193d3890 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -115,6 +115,7 @@
<Compile Include="MonoDevelop.Ide.TypeSystem\MonoDevelopWorkspaceTests.cs" />
<Compile Include="MonoDevelop.Ide.Editor\EditorPreferencesTests.cs" />
<Compile Include="MonoDevelop.Ide\BaseCredentialsProviderTests.cs" />
+ <Compile Include="MonoDevelop.Ide.TypeSystem\WorkspaceFilesCacheTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">