Skip to content

Commit

Permalink
Replaced NUnitLite with NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
anders9ustafsson committed Jul 28, 2014
1 parent 0700650 commit 1239ba5
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 261 deletions.
8 changes: 3 additions & 5 deletions Unit Tests/AForge.Imaging.Tests/AForge.Imaging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{539229BC-D68C-4FF0-84BC-904A90ECEBE0}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AForge.Imaging.Tests</RootNamespace>
<AssemblyName>AForge.Imaging.Tests</AssemblyName>
Expand Down Expand Up @@ -64,9 +64,8 @@
<AssemblyOriginatorKeyFile>AForge.Imaging.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunitlite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Sources\packages\NUnitLite.1.0.0\lib\net40\nunitlite.dll</HintPath>
<Reference Include="nunit.framework">
<HintPath>..\..\Sources\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Shim, Version=0.9.0.0, Culture=neutral, PublicKeyToken=c55ec16d10c4b366, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -79,7 +78,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="IntegralImageTest.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UnmanagedImageTest.cs" />
</ItemGroup>
Expand Down
81 changes: 0 additions & 81 deletions Unit Tests/AForge.Imaging.Tests/Program.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Unit Tests/AForge.Imaging.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnitLite" version="1.0.0" targetFramework="net40" requireReinstallation="True" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="shim" version="0.9.0-pre" targetFramework="net45" />
</packages>
9 changes: 4 additions & 5 deletions Unit Tests/AForge.Math.Tests/AForge.Math.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8CE6D122-788B-47C3-8749-15FD584C26F6}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AForge.Math.Tests</RootNamespace>
<AssemblyName>AForge.Math.Tests</AssemblyName>
Expand Down Expand Up @@ -58,9 +58,9 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="nunitlite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Sources\packages\NUnitLite.1.0.0\lib\net45\nunitlite.dll</HintPath>
<Reference Include="nunit.framework">
<HintPath>..\..\Sources\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shim">
<HintPath>..\..\Sources\packages\shim.0.9.0-pre\lib\net45\Shim.dll</HintPath>
Expand All @@ -85,7 +85,6 @@
<Compile Include="Matrix3x3Test.cs" />
<Compile Include="Matrix4x4Test.cs" />
<Compile Include="Metrics\MetricsTest.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StatisticsTest.cs" />
<Compile Include="ToolsTest.cs" />
Expand Down
81 changes: 0 additions & 81 deletions Unit Tests/AForge.Math.Tests/Program.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Unit Tests/AForge.Math.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnitLite" version="1.0.0" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="shim" version="0.9.0-pre" targetFramework="net45" />
</packages>
8 changes: 3 additions & 5 deletions Unit Tests/AForge.Tests/AForge.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{72B5500A-624D-4590-8C85-4318EFB57D76}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AForge.Tests</RootNamespace>
<AssemblyName>AForge.Tests</AssemblyName>
Expand Down Expand Up @@ -58,9 +58,8 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="nunitlite">
<HintPath>..\..\Sources\packages\NUnitLite.1.0.0\lib\net40\nunitlite.dll</HintPath>
<Private>True</Private>
<Reference Include="nunit.framework">
<HintPath>..\..\Sources\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Shim, Version=1.0.0.0, Culture=neutral, PublicKeyToken=234f4008e59fda5b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -75,7 +74,6 @@
<Compile Include="IntPointTest.cs" />
<Compile Include="IntRangeTest.cs" />
<Compile Include="PointTest.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RangeTest.cs" />
</ItemGroup>
Expand Down
81 changes: 0 additions & 81 deletions Unit Tests/AForge.Tests/Program.cs

This file was deleted.

2 changes: 1 addition & 1 deletion Unit Tests/AForge.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnitLite" version="1.0.0" targetFramework="net40" requireReinstallation="True" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="shim" version="0.9.0-pre" targetFramework="net45" />
</packages>

0 comments on commit 1239ba5

Please sign in to comment.