File tree 3 files changed +3
-2
lines changed
client/test/org/openqa/selenium
server/src/org/openqa/selenium/remote/server
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- a3fb9f5012413a64beae7c6ad52db32cc4d6fe92
1
+ df20478ef9136000d6a43b80a920adac0afd627a
Original file line number Diff line number Diff line change 1
- java_test (name = 'small-tests' ,
2
1
java_test (name = 'small-tests' ,
3
2
srcs = [
4
3
'SmallTests.java' ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ java_library(name = 'sessions',
19
19
java_library (name = 'server' ,
20
20
srcs = [
21
21
'CapabilitiesComparator.java' ,
22
+ 'Clock.java' ,
22
23
'DefaultDriverFactory.java' ,
23
24
'DefaultDriverProvider.java' ,
24
25
'DefaultDriverSessions.java' ,
@@ -30,6 +31,7 @@ java_library(name = 'server',
30
31
'JsonParametersAware.java' ,
31
32
'SessionCleaner.java' ,
32
33
'SnapshotScreenListener.java' ,
34
+ 'SystemClock.java' ,
33
35
] + glob ([
34
36
'handler/**/*.java' ,
35
37
'rest/*.java' ,
You can’t perform that action at this time.
0 commit comments