Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Laval <jeremie.laval@gmail.com>2013-11-22 05:00:04 +0400
committerJérémie Laval <jeremie.laval@gmail.com>2013-11-22 05:00:04 +0400
commit9755f8fb592a97a45dfb2b41b42d36e1230bd59a (patch)
treeb49344cf918316ae312091db2127ce8e6093679d /Testing
parentd9d88153637c123554a1378e4665ef6edf99be54 (diff)
[tests] Move Gtk specific unit-tests in their own folder
Diffstat (limited to 'Testing')
-rw-r--r--Testing/GtkTestRunner.csproj5
-rw-r--r--Testing/GtkTests/GtkIntegrationTests.cs (renamed from Testing/Tests/GtkIntegrationTests.cs)0
2 files changed, 4 insertions, 1 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 4b05ca97..11aca398 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -112,7 +112,7 @@
<Compile Include="Tests\InternalChildrenTests.cs" />
<Compile Include="Tests\LinkLabelTests.cs" />
<Compile Include="Tests\FormattedTextTests.cs" />
- <Compile Include="Tests\GtkIntegrationTests.cs" />
+ <Compile Include="GtkTests\GtkIntegrationTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -125,4 +125,7 @@
<Name>Xwt</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="GtkTests\" />
+ </ItemGroup>
</Project> \ No newline at end of file
diff --git a/Testing/Tests/GtkIntegrationTests.cs b/Testing/GtkTests/GtkIntegrationTests.cs
index 600eac6d..600eac6d 100644
--- a/Testing/Tests/GtkIntegrationTests.cs
+++ b/Testing/GtkTests/GtkIntegrationTests.cs