Skip to content

Commit

Permalink
Updating NUnit to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed May 24, 2016
1 parent 371581a commit d31681f
Show file tree
Hide file tree
Showing 153 changed files with 31,258 additions and 11,236 deletions.
4 changes: 2 additions & 2 deletions dotnet/test/chrome/WebDriver.Chrome.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/chrome/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotnet_test(name = "chrome",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
],
out = "WebDriver.Chrome.Tests.dll",
files = [
Expand Down
12 changes: 6 additions & 6 deletions dotnet/test/common/WebDriver.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nmock-2.0.0.44\NMock2.dll</HintPath>
</Reference>
<Reference Include="nunit.core, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.core, Version=2.6.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\addins\nunit.core.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\addins\nunit.core.dll</HintPath>
</Reference>
<Reference Include="nunit.core.interfaces, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.core.interfaces, Version=2.6.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\addins\nunit.core.interfaces.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\addins\nunit.core.interfaces.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down
6 changes: 3 additions & 3 deletions dotnet/test/common/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dotnet_library(name = "common",
"System.Drawing.dll",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"third_party/dotnet/nunit-3.0.1/addins/nunit.core.dll",
"third_party/dotnet/nunit-3.0.1/addins/nunit.core.interfaces.dll",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
"third_party/dotnet/nunit-3.2.1/addins/nunit.core.dll",
"third_party/dotnet/nunit-3.2.1/addins/nunit.core.interfaces.dll",
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll",
"third_party/dotnet/nmock-2.0.0.44/NMock2.dll"
],
out = "WebDriver.Common.Tests.dll",
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/core/Selenium.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\nmock\nmock.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/core/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dotnet_test(name = "core",
"System.Xml.dll",
"System.Web.dll",
"//dotnet/src/core:core",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll",
"third_party/nmock/nmock.dll"
],
out = "Selenium.Core.Tests.dll",
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/edge/WebDriver.Edge.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/firefox/WebDriver.Firefox.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/firefox/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotnet_test(name = "firefox",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
],
out = "WebDriver.Firefox.Tests.dll",
files = [
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/ie/WebDriver.IE.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/ie/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotnet_test(name = "ie",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
],
out = "WebDriver.IE.Tests.dll",
files = [
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/phantomjs/WebDriver.PhantomJS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\json-net-6.0r2\Net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/phantomjs/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotnet_test(name = "phantomjs",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/json-net-4.5r11/Net40/Newtonsoft.Json.dll",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
],
out = "WebDriver.PhantomJS.Tests.dll",
files = [
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/remote/WebDriver.Remote.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/remote/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotnet_test(name = "remote",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
],
out = "WebDriver.Remote.Tests.dll",
files = [
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/safari/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dotnet_test(name = "safari",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll"
],
out = "WebDriver.Safari.Tests.dll",
files = [
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/support/WebDriver.Support.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nmock-2.0.0.44\NMock2.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/support/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dotnet_test(name = "support",
"//dotnet/src/support:support",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll",
"third_party/dotnet/nmock-2.0.0.44/NMock2.dll"
],
out = "WebDriver.Support.Tests.dll",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<Reference Include="nunit.framework, Version=3.0.5813.39033, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\third_party\dotnet\nunit-3.0.1\nunit.framework.dll</HintPath>
<HintPath>..\..\..\third_party\dotnet\nunit-3.2.1\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down
2 changes: 1 addition & 1 deletion dotnet/test/webdriverbackedselenium/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dotnet_test(name = "webdriverbackedselenium",
"//dotnet/src/webdriver:webdriver",
"//dotnet/src/core:core",
"//dotnet/src/webdriverbackedselenium:webdriverbackedselenium",
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
"third_party/dotnet/nunit-3.2.1/net-4.0/nunit.framework.dll",
],
out = "Selenium.WebDriverBackedSelenium.Tests.dll",
files = [
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
19 changes: 0 additions & 19 deletions third_party/dotnet/nunit-3.0.1/net-4.0/nunit.testdata.dll.config

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34 changes: 0 additions & 34 deletions third_party/dotnet/nunit-3.0.1/nunit.engine.addin.xml

This file was deleted.

Binary file not shown.
Binary file removed third_party/dotnet/nunit-3.0.1/nunit.engine.dll
Binary file not shown.
Binary file not shown.
Binary file removed third_party/dotnet/nunit-3.0.1/nunit.framework.dll
Binary file not shown.
Binary file not shown.
Binary file removed third_party/dotnet/nunit-3.0.1/nunitlite.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit d31681f

Please sign in to comment.