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-05-15 21:09:20 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-05-21 00:31:36 +0300
commitc94210235a00d63474e3b94bf6f7062f40c6c94b (patch)
tree2cc0dadf3369182184007ca66514d0cddce9a74e /main/tests/UserInterfaceTests/UserInterfaceTests.csproj
parent01873cf3a5d36ccb7f500a7d1a002222e5f71c2e (diff)
[UITest] Moved template tests from folder MonoDevelopTests to TemplateTests
Diffstat (limited to 'main/tests/UserInterfaceTests/UserInterfaceTests.csproj')
-rw-r--r--main/tests/UserInterfaceTests/UserInterfaceTests.csproj9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
index 95d5a863d9..f77b303281 100644
--- a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
+++ b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
@@ -50,10 +50,10 @@
<Compile Include="CreateBuildTemplatesTestBase.cs" />
<Compile Include="NewProjectController.cs" />
<Compile Include="UITestDebug.cs" />
- <Compile Include="MonoDevelopTests\DotNetTemplatesTest.cs" />
- <Compile Include="MonoDevelopTests\ASPNETTemplateTests.cs" />
- <Compile Include="MonoDevelopTests\MiscTemplatesTest.cs" />
<Compile Include="TemplateTestOptions.cs" />
+ <Compile Include="TemplateTests\ASPNETTemplateTests.cs" />
+ <Compile Include="TemplateTests\DotNetTemplatesTest.cs" />
+ <Compile Include="TemplateTests\MiscTemplatesTest.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -68,7 +68,4 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
- <ItemGroup>
- <Folder Include="MonoDevelopTests\" />
- </ItemGroup>
</Project> \ No newline at end of file