Skip to content

Commit

Permalink
Updating build.desc files for .NET tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Dec 21, 2015
1 parent bb037d8 commit 3ae5176
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 15 deletions.
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-2.6.2/framework/nunit.framework.dll"
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll"
],
out = "WebDriver.Chrome.Tests.dll",
files = [
Expand Down
1 change: 0 additions & 1 deletion dotnet/test/common/WebDriver.Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions dotnet/test/common/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dotnet_library(name = "common",
"System.Drawing.dll",
"System.Xml.dll",
"//dotnet/src/webdriver:webdriver",
"third_party/dotnet/nunit-2.6.2/lib/nunit.core.dll",
"third_party/dotnet/nunit-2.6.2/lib/nunit.core.interfaces.dll",
"third_party/dotnet/nunit-2.6.2/framework/nunit.framework.dll",
"third_party/nmock/NMock2.dll"
"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/nunit.framework.dll",
"third_party/dotnet/nmock-2.0.0.44/NMock2.dll"
],
out = "WebDriver.Common.Tests.dll",
omitdocxml = "true"
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-2.6.2/framework/nunit.framework.dll",
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll",
"third_party/nmock/nmock.dll"
],
out = "Selenium.Core.Tests.dll",
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-2.6.2/framework/nunit.framework.dll"
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll"
],
out = "WebDriver.Firefox.Tests.dll",
files = [
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-2.6.2/framework/nunit.framework.dll"
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll"
],
out = "WebDriver.IE.Tests.dll",
files = [
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-2.6.2/framework/nunit.framework.dll"
"third_party/dotnet/nunit-3.0.1nunit.framework.dll"
],
out = "WebDriver.PhantomJS.Tests.dll",
files = [
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-2.6.2/framework/nunit.framework.dll"
"third_party/dotnet/nunit-3.0.1/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-2.6.2/framework/nunit.framework.dll"
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll"
],
out = "WebDriver.Safari.Tests.dll",
files = [
Expand Down
4 changes: 2 additions & 2 deletions dotnet/test/support/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dotnet_test(name = "support",
"//dotnet/src/support:support",
"//dotnet/src/webdriver:webdriver",
"//dotnet/test/common:common",
"third_party/dotnet/nunit-2.6.2/framework/nunit.framework.dll",
"third_party/nmock/NMock2.dll"
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll",
"third_party/dotnet/nmock-2.0.0.44/NMock2.dll"
],
out = "WebDriver.Support.Tests.dll",
files = [
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-2.6.2/framework/nunit.framework.dll",
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll",
],
out = "Selenium.WebDriverBackedSelenium.Tests.dll",
files = [
Expand Down

0 comments on commit 3ae5176

Please sign in to comment.