Skip to content

Commit 5acbfb4

Browse files
committed
Fixing buck build (I hope as I can't run it locally due to buck bugs)
1 parent 630b6a1 commit 5acbfb4

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ java_library(name = 'large-tests',
2727
],
2828
)
2929

30-
java_library(name = 'annotations',
31-
srcs = [
32-
'NeedsFreshDriver.java',
33-
'NoDriverAfterTest.java',
34-
],
35-
deps = [
36-
],
37-
visibility = [
38-
'//java/client/test/org/openqa/selenium/testing:test-base',
39-
],
40-
)
41-
4230
java_library(name = 'helpers',
4331
srcs = [
4432
'Build.java',

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
java_library(name = 'annotations',
22
srcs = [
3+
'Driver.java',
34
'Ignore.java',
45
'JavascriptEnabled.java',
56
'NativeEventsRequired.java',
67
'NeedsLocalEnvironment.java',
8+
'NeedsLocalEnvironment.java',
9+
'NeedsFreshDriver.java',
710
'NotYetImplemented.java',
11+
'SwitchToTopAfterTest.java',
812
],
913
deps = [
1014
'//java/client/src/org/openqa/selenium:platform',
@@ -39,7 +43,6 @@ java_library(name = 'test-base',
3943
exported_deps = [
4044
':annotations',
4145
':helpers',
42-
'//java/client/test/org/openqa/selenium:annotations',
4346
'//java/client/test/org/openqa/selenium:helpers',
4447
'//java/client/test/org/openqa/selenium/testing/drivers:browser',
4548
'//java/client/test/org/openqa/selenium/environment:environment',

java/client/test/org/openqa/selenium/testing/build.desc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ java_library(name = "testing",
1010

1111
java_library(name = "annotations",
1212
srcs = [
13+
"Driver.java",
1314
"Ignore.java",
1415
"JavascriptEnabled.java",
1516
"NativeEventsRequired.java",

0 commit comments

Comments
 (0)