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:
authorManish Sinha <manish.sinha@xamarin.com>2015-07-23 20:47:04 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-07-23 23:59:25 +0300
commit9e7024791b5297aad43c5d44bed43d773e55e51c (patch)
tree6693b49cdf1176d6d5096b3edefce9deaf7f01fd /main/tests/UserInterfaceTests/UserInterfaceTests.csproj
parent9741d688233b60a1f1707e2a1b0e32d76a341d82 (diff)
[UITests] Added Git StashManager tests and fixed other tests
* Test for "Remove" stash from StashManager * Test for "Apply" stash from StashManager * Test for "Apply and Remove" stash from StashManager * Test for "Convert to branch" stash from StashManager * Rearrange Git tests file heirarchy * Enable EditGitRemoteTest as the test is okay, it found a bug
Diffstat (limited to 'main/tests/UserInterfaceTests/UserInterfaceTests.csproj')
-rw-r--r--main/tests/UserInterfaceTests/UserInterfaceTests.csproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
index 2f6b4d9695..9994ddd9ed 100644
--- a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
+++ b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
@@ -66,10 +66,8 @@
<Compile Include="TemplateTests\ASPNETTemplateTests.cs" />
<Compile Include="TemplateTests\DotNetTemplatesTest.cs" />
<Compile Include="TemplateTests\MiscTemplatesTest.cs" />
- <Compile Include="VersionControlTests\GitTests.cs" />
<Compile Include="VersionControlTests\VCSBase.cs" />
<Compile Include="VersionControlTests\SvnTests.cs" />
- <Compile Include="VersionControlTests\GitRepositoryConfigurationTests.cs" />
<Compile Include="DialogTests\NewProjectDialogTests.cs" />
<Compile Include="IdeQuery.cs" />
<Compile Include="Controllers\NewFileController.cs" />
@@ -80,6 +78,10 @@
<Compile Include="Exceptions\TemplateSelectionException.cs" />
<Compile Include="Exceptions\CreateProjectException.cs" />
<Compile Include="Workbench.cs" />
+ <Compile Include="VersionControlTests\Git\GitBase.cs" />
+ <Compile Include="VersionControlTests\Git\GitRepositoryConfigurationTests.cs" />
+ <Compile Include="VersionControlTests\Git\GitStashManagerTests.cs" />
+ <Compile Include="VersionControlTests\Git\GitTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -116,5 +118,6 @@
<Folder Include="DialogTests\" />
<Folder Include="Controllers\" />
<Folder Include="Exceptions\" />
+ <Folder Include="VersionControlTests\Git\" />
</ItemGroup>
</Project> \ No newline at end of file