Skip to content

Commit 6344829

Browse files
committed
Cleaner test directory layout
1 parent ce8c60d commit 6344829

46 files changed

Lines changed: 39 additions & 168 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SQLite.sln

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite.Tests", "tests\SQLite.Tests.csproj", "{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}"
5-
EndProject
64
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0E59A10-7BD0-4554-B133-66FA850159BE}"
75
ProjectSection(SolutionItems) = preProject
86
sqlite-net-pcl.nuspec = sqlite-net-pcl.nuspec
@@ -25,6 +23,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite-net-base", "nuget\SQ
2523
EndProject
2624
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite-net-sqlcipher", "nuget\SQLite-net-sqlcipher\SQLite-net-sqlcipher.csproj", "{59DB03EF-E28D-431E-9058-74AF316800EE}"
2725
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite.Tests", "tests\SQLite.Tests\SQLite.Tests.csproj", "{80B66A43-B358-4438-BF06-6351B86B121A}"
27+
EndProject
2828
Global
2929
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3030
Debug|Any CPU = Debug|Any CPU
@@ -35,18 +35,6 @@ Global
3535
Debug|iPhone = Debug|iPhone
3636
EndGlobalSection
3737
GlobalSection(ProjectConfigurationPlatforms) = postSolution
38-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
40-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
41-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Release|Any CPU.Build.0 = Release|Any CPU
42-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
43-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
44-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Release|iPhone.ActiveCfg = Release|Any CPU
45-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Release|iPhone.Build.0 = Release|Any CPU
46-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
47-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
48-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
49-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2}.Debug|iPhone.Build.0 = Debug|Any CPU
5038
{81850129-71C3-40C7-A48B-AA5D2C2E365E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
5139
{81850129-71C3-40C7-A48B-AA5D2C2E365E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
5240
{81850129-71C3-40C7-A48B-AA5D2C2E365E}.Release|Any CPU.ActiveCfg = Release|iPhone
@@ -107,11 +95,23 @@ Global
10795
{59DB03EF-E28D-431E-9058-74AF316800EE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
10896
{59DB03EF-E28D-431E-9058-74AF316800EE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
10997
{59DB03EF-E28D-431E-9058-74AF316800EE}.Debug|iPhone.Build.0 = Debug|Any CPU
98+
{80B66A43-B358-4438-BF06-6351B86B121A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
99+
{80B66A43-B358-4438-BF06-6351B86B121A}.Debug|Any CPU.Build.0 = Debug|Any CPU
100+
{80B66A43-B358-4438-BF06-6351B86B121A}.Release|Any CPU.ActiveCfg = Release|Any CPU
101+
{80B66A43-B358-4438-BF06-6351B86B121A}.Release|Any CPU.Build.0 = Release|Any CPU
102+
{80B66A43-B358-4438-BF06-6351B86B121A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
103+
{80B66A43-B358-4438-BF06-6351B86B121A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
104+
{80B66A43-B358-4438-BF06-6351B86B121A}.Release|iPhone.ActiveCfg = Release|Any CPU
105+
{80B66A43-B358-4438-BF06-6351B86B121A}.Release|iPhone.Build.0 = Release|Any CPU
106+
{80B66A43-B358-4438-BF06-6351B86B121A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
107+
{80B66A43-B358-4438-BF06-6351B86B121A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
108+
{80B66A43-B358-4438-BF06-6351B86B121A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
109+
{80B66A43-B358-4438-BF06-6351B86B121A}.Debug|iPhone.Build.0 = Debug|Any CPU
110110
EndGlobalSection
111111
GlobalSection(NestedProjects) = preSolution
112-
{6947A8F1-99BE-4DD1-AD4D-D89425CE67A2} = {FECC0E44-E626-49CB-BD8B-0CFBD93FBEFF}
113112
{81850129-71C3-40C7-A48B-AA5D2C2E365E} = {FECC0E44-E626-49CB-BD8B-0CFBD93FBEFF}
114113
{1DEF735C-B973-4ED9-8446-7FFA6D0B410B} = {FECC0E44-E626-49CB-BD8B-0CFBD93FBEFF}
114+
{80B66A43-B358-4438-BF06-6351B86B121A} = {FECC0E44-E626-49CB-BD8B-0CFBD93FBEFF}
115115
EndGlobalSection
116116
GlobalSection(MonoDevelopProperties) = preSolution
117117
StartupItem = tests\SQLite.Tests.csproj

tests/SQLite.Tests.csproj

Lines changed: 0 additions & 94 deletions
This file was deleted.

tests/SQLite.Tests.iOS/SQLiteTestsiOS.csproj

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -101,58 +101,13 @@
101101
<ItemGroup>
102102
<Compile Include="Main.cs" />
103103
<Compile Include="UnitTestAppDelegate.cs" />
104-
<Compile Include="..\AsyncTests.cs" />
105-
<Compile Include="..\BooleanTest.cs" />
106-
<Compile Include="..\ByteArrayTest.cs" />
107-
<Compile Include="..\CollateTest.cs" />
108-
<Compile Include="..\ContainsTest.cs" />
109-
<Compile Include="..\CreateTableImplicitTest.cs" />
110-
<Compile Include="..\CreateTableTest.cs" />
111-
<Compile Include="..\DateTimeOffsetTest.cs" />
112-
<Compile Include="..\DateTimeTest.cs" />
113-
<Compile Include="..\DeleteTest.cs" />
114-
<Compile Include="..\DropTableTest.cs" />
115-
<Compile Include="..\EnumCacheTest.cs" />
116-
<Compile Include="..\EnumTest.cs" />
117-
<Compile Include="..\EqualsTest.cs" />
118-
<Compile Include="..\ExceptionAssert.cs" />
119-
<Compile Include="..\GuidTests.cs" />
120-
<Compile Include="..\IgnoreTest.cs" />
121-
<Compile Include="..\InheritanceTest.cs" />
122-
<Compile Include="..\InsertTest.cs" />
123-
<Compile Include="..\JoinTest.cs" />
124-
<Compile Include="..\LinqTest.cs" />
125-
<Compile Include="..\MappingTest.cs" />
126-
<Compile Include="..\MigrationTest.cs" />
127-
<Compile Include="..\NotNullAttributeTest.cs" />
128-
<Compile Include="..\NullableTest.cs" />
129-
<Compile Include="..\OpenTests.cs" />
130-
<Compile Include="..\ScalarTest.cs" />
131-
<Compile Include="..\SkipTest.cs" />
132-
<Compile Include="..\StringQueryTest.cs" />
133-
<Compile Include="..\TableChangedTest.cs" />
134-
<Compile Include="..\TestDb.cs" />
135-
<Compile Include="..\TransactionTest.cs" />
136-
<Compile Include="..\UnicodeTest.cs" />
137-
<Compile Include="..\UniqueTest.cs" />
138-
<Compile Include="..\ConcurrencyTest.cs">
139-
<Link>ConcurrencyTest.cs</Link>
140-
</Compile>
141104
<Compile Include="..\..\src\SQLite.cs">
142105
<Link>SQLite.cs</Link>
143106
</Compile>
144107
<Compile Include="..\..\src\SQLiteAsync.cs">
145108
<Link>SQLiteAsync.cs</Link>
146109
</Compile>
147-
<Compile Include="..\BackupTest.cs">
148-
<Link>BackupTest.cs</Link>
149-
</Compile>
150-
<Compile Include="..\ReadmeTest.cs">
151-
<Link>ReadmeTest.cs</Link>
152-
</Compile>
153-
<Compile Include="..\QueryTest.cs">
154-
<Link>QueryTest.cs</Link>
155-
</Compile>
110+
<Compile Include="..\..\tests\SQLite.Tests\*.cs" />
156111
</ItemGroup>
157112
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
158113
</Project>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
using System.Threading.Tasks;
77
using System.IO;
88

9-
using System.Net.Configuration;
10-
119
#if NETFX_CORE
1210
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
1311
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute;

0 commit comments

Comments
 (0)