Skip to content

Commit

Permalink
DanielWagnerHall: Moving DesiredCapabilitiesTest in to common
Browse files Browse the repository at this point in the history
r13284
  • Loading branch information
illicitonion committed Aug 8, 2011
1 parent 013bbdc commit 2d70ce6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<Compile Include="CookieImplementationTest.cs" />
<Compile Include="CookieTest.cs" />
<Compile Include="AtomsInjectionTest.cs" />
<Compile Include="DesiredCapabililtiesTest.cs" />
<Compile Include="ElementSelectingTest.cs" />
<Compile Include="OpacityTest.cs" />
<Compile Include="SlowLoadingPageTest.cs" />
Expand Down
54 changes: 0 additions & 54 deletions dotnet/test/WebDriver.UnitTests/Properties/AssemblyInfo.cs

This file was deleted.

63 changes: 0 additions & 63 deletions dotnet/test/WebDriver.UnitTests/WebDriver.UnitTests.csproj

This file was deleted.

19 changes: 1 addition & 18 deletions dotnet/test/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,6 @@ dotnet_test(name = "android",
project = "WebDriver.Android.Tests.nunit"
)

dotnet_test(name = "unit",
srcs = "WebDriver.UnitTests/**/*.cs",
refs = [
"System.dll",
"System.Core.dll",
"System.Data.dll",
"System.Drawing.dll",
"System.Xml.dll",
"//dotnet:dotnet",
":common",
"third_party/csharp/nunit-2.5.9/lib/nunit.core.dll",
"third_party/csharp/nunit-2.5.9/lib/nunit.core.interfaces.dll",
"third_party/csharp/nunit-2.5.9/framework/nunit.framework.dll",
],
out = "build/dotnet/WebDriver.UnitTests.dll",
project = "WebDriver.UnitTests.dll"
)

dotnet_test(name = "support",
srcs = "WebDriver.Support.Tests/**/*.cs",
refs = [
Expand Down Expand Up @@ -203,3 +185,4 @@ dotnet_test(name = "webdriverbackedselenium",
],
project = "Selenium.WebDriverBackedSelenium.Tests.nunit"
)

0 comments on commit 2d70ce6

Please sign in to comment.