Skip to content

Commit 74dbb7f

Browse files
committed
Fix compilation errors
1 parent 46b4413 commit 74dbb7f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

java/client/test/org/openqa/selenium/remote/BUCK

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# BUILD FILE SYNTAX: SKYLARK
22
java_test(name = 'common-tests',
33
srcs = [
4-
'BeanToJsonConverterTest.java',
54
'DesiredCapabilitiesTest.java',
65
'HttpRequest.java',
7-
'JsonToBeanConverterTest.java',
86
'RemoteCommonTests.java',
97
'http/JsonHttpCommandCodecTest.java',
108
'http/JsonHttpResponseCodecTest.java',

java/client/test/org/openqa/selenium/remote/RemoteCommonTests.java

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
import org.junit.runner.RunWith;
2121
import org.junit.runners.Suite;
22-
import org.openqa.selenium.json.BeanToJsonConverterTest;
23-
import org.openqa.selenium.json.JsonToBeanConverterTest;
2422
import org.openqa.selenium.remote.http.JsonHttpCommandCodecTest;
2523
import org.openqa.selenium.remote.http.JsonHttpResponseCodecTest;
2624
import org.openqa.selenium.remote.http.W3CHttpResponseCodecTest;

0 commit comments

Comments
 (0)