Skip to content

Commit eecfd64

Browse files
asashourshs96c
authored andcommitted
Correct IgnoreComparatorUnitTest name (#3535)
1 parent 8c03df6 commit eecfd64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java/client/test/org/openqa/selenium/SmallTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import org.openqa.selenium.net.NetworkUtilsTest;
3131
import org.openqa.selenium.os.CommandLineTest;
3232
import org.openqa.selenium.os.WindowsUtilsUnitTest;
33-
import org.openqa.selenium.testing.drivers.IgnoreComparitorUnitTest;
33+
import org.openqa.selenium.testing.drivers.IgnoreComparatorUnitTest;
3434

3535
@RunWith(Suite.class)
3636
@Suite.SuiteClasses({
@@ -40,7 +40,7 @@
4040
CompositeActionTest.class,
4141
DimensionTest.class,
4242
FileHandlerTest.class,
43-
IgnoreComparitorUnitTest.class,
43+
IgnoreComparatorUnitTest.class,
4444
IndividualKeyboardActionsTest.class,
4545
IndividualMouseActionsTest.class,
4646
KeysTest.class,

java/client/test/org/openqa/selenium/testing/drivers/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export_file(name = 'firebug',
4949

5050
java_library(name = 'small-tests',
5151
srcs = [
52-
'IgnoreComparitorUnitTest.java',
52+
'IgnoreComparatorUnitTest.java',
5353
],
5454
deps = [
5555
':drivers',

java/client/test/org/openqa/selenium/testing/drivers/IgnoreComparitorUnitTest.java renamed to java/client/test/org/openqa/selenium/testing/drivers/IgnoreComparatorUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import java.util.Set;
3939

4040
@RunWith(JUnit4.class)
41-
public class IgnoreComparitorUnitTest {
41+
public class IgnoreComparatorUnitTest {
4242

4343
private static final Platform CURRENT_PLATFORM = Platform.MAC;
4444
private static final Platform OTHER_PLATFORM = Platform.WINDOWS;

0 commit comments

Comments
 (0)