Skip to content

Commit 7ee7a23

Browse files
committed
Suppressing warning in command-line build of .NET test assemblies
1 parent 3ae5176 commit 7ee7a23

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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/nunit.framework.dll"
11+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
1212
],
1313
out = "WebDriver.Chrome.Tests.dll",
1414
files = [

dotnet/test/common/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dotnet_library(name = "common",
1313
"//dotnet/src/webdriver:webdriver",
1414
"third_party/dotnet/nunit-3.0.1/addins/nunit.core.dll",
1515
"third_party/dotnet/nunit-3.0.1/addins/nunit.core.interfaces.dll",
16-
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll",
16+
"third_party/dotnet/nunit-3.0.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/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/nunit.framework.dll",
10+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
1111
"third_party/nmock/nmock.dll"
1212
],
1313
out = "Selenium.Core.Tests.dll",

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/nunit.framework.dll"
11+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
1212
],
1313
out = "WebDriver.Firefox.Tests.dll",
1414
files = [

dotnet/test/ie/build.desc

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

dotnet/test/phantomjs/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dotnet_test(name = "phantomjs",
99
"//dotnet/src/webdriver:webdriver",
1010
"//dotnet/test/common:common",
1111
"third_party/dotnet/json-net-4.5r11/Net40/Newtonsoft.Json.dll",
12-
"third_party/dotnet/nunit-3.0.1nunit.framework.dll"
12+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
1313
],
1414
out = "WebDriver.PhantomJS.Tests.dll",
1515
files = [

dotnet/test/remote/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dotnet_test(name = "remote",
1111
"System.Xml.dll",
1212
"//dotnet/src/webdriver:webdriver",
1313
"//dotnet/test/common:common",
14-
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll"
14+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll"
1515
],
1616
out = "WebDriver.Remote.Tests.dll",
1717
files = [

dotnet/test/safari/build.desc

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

dotnet/test/support/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dotnet_test(name = "support",
99
"//dotnet/src/support:support",
1010
"//dotnet/src/webdriver:webdriver",
1111
"//dotnet/test/common:common",
12-
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll",
12+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
1313
"third_party/dotnet/nmock-2.0.0.44/NMock2.dll"
1414
],
1515
out = "WebDriver.Support.Tests.dll",

dotnet/test/webdriverbackedselenium/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dotnet_test(name = "webdriverbackedselenium",
1414
"//dotnet/src/webdriver:webdriver",
1515
"//dotnet/src/core:core",
1616
"//dotnet/src/webdriverbackedselenium:webdriverbackedselenium",
17-
"third_party/dotnet/nunit-3.0.1/nunit.framework.dll",
17+
"third_party/dotnet/nunit-3.0.1/net-4.0/nunit.framework.dll",
1818
],
1919
out = "Selenium.WebDriverBackedSelenium.Tests.dll",
2020
files = [

0 commit comments

Comments
 (0)