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-06-05 01:04:36 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-06-05 21:14:59 +0300
commit8ba0d98a53f8536710fed72b0d3c297cae927910 (patch)
tree2476f1ef6c77e3df5a87cc233676465d41bbde1c /main/tests/UserInterfaceTests/UserInterfaceTests.csproj
parentdf17b7bc466d22ec3b17ccd00c312dc41936fc79 (diff)
[UITest] Added Git Commit tests
Diffstat (limited to 'main/tests/UserInterfaceTests/UserInterfaceTests.csproj')
-rw-r--r--main/tests/UserInterfaceTests/UserInterfaceTests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
index 87741eab83..6d554a7e57 100644
--- a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
+++ b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
@@ -64,8 +64,8 @@
<Compile Include="TemplateTests\ASPNETTemplateTests.cs" />
<Compile Include="TemplateTests\DotNetTemplatesTest.cs" />
<Compile Include="TemplateTests\MiscTemplatesTest.cs" />
- <Compile Include="VersionControlTests\VCSUtils.cs" />
<Compile Include="VersionControlTests\GitTests.cs" />
+ <Compile Include="VersionControlTests\VCSBase.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>