Skip to content

Commit d31681f

Browse files
committed
Updating NUnit to 3.2.1
1 parent 371581a commit d31681f

File tree

153 files changed

+31258
-11236
lines changed

Some content is hidden

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

153 files changed

+31258
-11236
lines changed

dotnet/test/chrome/WebDriver.Chrome.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5454
</PropertyGroup>
5555
<ItemGroup>
56-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
56+
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
58+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core">

dotnet/test/chrome/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dotnet_test(name = "chrome",
88
"System.Xml.dll",
99
"//dotnet/src/webdriver:webdriver",
1010
"//dotnet/test/common:common",
11-
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
11+
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
1212
],
1313
out = "WebDriver.Chrome.Tests.dll",
1414
files = [

dotnet/test/common/WebDriver.Common.Tests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@
5858
<SpecificVersion>False</SpecificVersion>
5959
<HintPath>..\..\..\third_party\dotnet\nmock-2.0.0.44\NMock2.dll</HintPath>
6060
</Reference>
61-
<Reference Include="nunit.core, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
61+
<Reference Include="nunit.core, Version=2.6.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
6262
<SpecificVersion>False</SpecificVersion>
63-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\addins\nunit.core.dll</HintPath>
63+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\addins\nunit.core.dll</HintPath>
6464
</Reference>
65-
<Reference Include="nunit.core.interfaces, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
65+
<Reference Include="nunit.core.interfaces, Version=2.6.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
6666
<SpecificVersion>False</SpecificVersion>
67-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\addins\nunit.core.interfaces.dll</HintPath>
67+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\addins\nunit.core.interfaces.dll</HintPath>
6868
</Reference>
69-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
69+
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
7070
<SpecificVersion>False</SpecificVersion>
71-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
71+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
7272
</Reference>
7373
<Reference Include="System" />
7474
<Reference Include="System.configuration" />

dotnet/test/common/build.desc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ dotnet_library(name = "common",
1111
"System.Drawing.dll",
1212
"System.Xml.dll",
1313
"//dotnet/src/webdriver:webdriver",
14-
"third_party/dotnet/nunit-3.0.1/addins/nunit.core.dll",
15-
"third_party/dotnet/nunit-3.0.1/addins/nunit.core.interfaces.dll",
16-
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
14+
"third_party/dotnet/nunit-3.2.1/addins/nunit.core.dll",
15+
"third_party/dotnet/nunit-3.2.1/addins/nunit.core.interfaces.dll",
16+
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll",
1717
"third_party/dotnet/nmock-2.0.0.44/NMock2.dll"
1818
],
1919
out = "WebDriver.Common.Tests.dll",

dotnet/test/core/Selenium.Core.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
<SpecificVersion>False</SpecificVersion>
8888
<HintPath>..\..\..\third_party\nmock\nmock.dll</HintPath>
8989
</Reference>
90-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
90+
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
9191
<SpecificVersion>False</SpecificVersion>
92-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
92+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
9393
</Reference>
9494
<Reference Include="System">
9595
<Name>System</Name>

dotnet/test/core/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotnet_test(name = "core",
77
"System.Xml.dll",
88
"System.Web.dll",
99
"//dotnet/src/core:core",
10-
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
10+
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll",
1111
"third_party/nmock/nmock.dll"
1212
],
1313
out = "Selenium.Core.Tests.dll",

dotnet/test/edge/WebDriver.Edge.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
34+
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
3535
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
36+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
3737
</Reference>
3838
<Reference Include="System" />
3939
<Reference Include="System.Core" />

dotnet/test/firefox/WebDriver.Firefox.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5454
</PropertyGroup>
5555
<ItemGroup>
56-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
56+
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
58+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core">

dotnet/test/firefox/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dotnet_test(name = "firefox",
88
"System.Xml.dll",
99
"//dotnet/src/webdriver:webdriver",
1010
"//dotnet/test/common:common",
11-
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
11+
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
1212
],
1313
out = "WebDriver.Firefox.Tests.dll",
1414
files = [

dotnet/test/ie/WebDriver.IE.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5656
</PropertyGroup>
5757
<ItemGroup>
58-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
58+
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
5959
<SpecificVersion>False</SpecificVersion>
60-
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
60+
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System" />
6363
<Reference Include="System.Core">

0 commit comments

Comments
 (0)