Skip to content

Commit c064f41

Browse files
committed
Remove unused imports after 09601a4
1 parent 653b634 commit c064f41

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import com.google.common.base.Throwables;
3838

3939
import org.junit.Test;
40-
import org.junit.runner.RunWith;
4140
import org.openqa.selenium.By;
4241
import org.openqa.selenium.Capabilities;
4342
import org.openqa.selenium.Dimension;
@@ -59,7 +58,6 @@
5958
import org.openqa.selenium.testing.Ignore;
6059
import org.openqa.selenium.testing.JUnit4TestBase;
6160
import org.openqa.selenium.testing.NeedsLocalEnvironment;
62-
import org.openqa.selenium.testing.SeleniumTestRunner;
6361
import org.openqa.selenium.testing.TestUtilities;
6462
import org.openqa.selenium.testing.drivers.SauceDriver;
6563
import org.openqa.selenium.testing.drivers.SynthesizedFirefoxDriver;

Diff for: java/client/test/org/openqa/selenium/firefox/internal/ExecutableTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
import org.junit.Assume;
2525
import org.junit.Test;
26-
import org.junit.runner.RunWith;
27-
import org.junit.runners.JUnit4;
2826
import org.openqa.selenium.testing.NeedsLocalEnvironment;
2927
import org.openqa.selenium.testing.drivers.SauceDriver;
3028

0 commit comments

Comments
 (0)