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@microsoft.com>2018-07-03 17:54:00 +0300
committerMatt Ward <matt.ward@microsoft.com>2018-07-03 18:04:38 +0300
commit1cebba7dcf4865978cad17c396861c852366e956 (patch)
treef69cd9deb0a461d1f3fe55adcd72140d72635dd3 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parent63333b259a0e230e3436b3781b1e25fefc34f9d0 (diff)
[Ide.Tests] Add test for document reload on rename refactor
Test checks that the document reload does not occur when the file is renamed on refactoring the class name.
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 2e54fa76bd..25946f699a 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -126,6 +126,7 @@
<Compile Include="MonoDevelop.Ide.RoslynServices.Options\MonoDevelopOptionPersisterTests.cs" />
<Compile Include="TypeForwarders.cs" />
<Compile Include="MonoDevelop.Ide.RoslynServices\ExportedServicesAndWorkspaceServicesTests.cs" />
+ <Compile Include="MonoDevelop.Ide.Editor\DocumentReloadTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">