File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
java/client/test/org/openqa/selenium/remote Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ java_test(name = 'common-tests',
77 'RemoteCommonTests.java' ,
88 'http/JsonHttpCommandCodecTest.java' ,
99 'http/JsonHttpResponseCodecTest.java' ,
10+ 'http/W3CHttpResponseCodecTest.java' ,
1011 ],
1112 deps = [
1213 '//java/client/src/org/openqa/selenium:selenium' ,
Original file line number Diff line number Diff line change 2222import org .junit .runners .Suite ;
2323import org .openqa .selenium .remote .http .JsonHttpCommandCodecTest ;
2424import org .openqa .selenium .remote .http .JsonHttpResponseCodecTest ;
25+ import org .openqa .selenium .remote .http .W3CHttpResponseCodecTest ;
2526
2627@ RunWith (Suite .class )
2728@ Suite .SuiteClasses ({
2829 BeanToJsonConverterTest .class ,
2930 DesiredCapabilitiesTest .class ,
3031 JsonToBeanConverterTest .class ,
3132 JsonHttpCommandCodecTest .class ,
32- JsonHttpResponseCodecTest .class
33+ JsonHttpResponseCodecTest .class ,
34+ W3CHttpResponseCodecTest .class
3335})
3436public class RemoteCommonTests {
3537}
You can’t perform that action at this time.
0 commit comments