Skip to content

Commit

Permalink
Remove skylark parser note at head of build file in java/server/test
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 30, 2018
1 parent 0417b2e commit 35c99c9
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 28 deletions.
2 changes: 0 additions & 2 deletions java/server/test/com/thoughtworks/selenium/webdriven/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(name = 'webdriven',
srcs = glob(['*.java']),
deps = [
Expand Down
1 change: 0 additions & 1 deletion java/server/test/org/openqa/grid/BUCK
@@ -1,4 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK
SUITES = glob([
'internal/**/*Tests.java',
'plugin/**/*Tests.java',
Expand Down
1 change: 0 additions & 1 deletion java/server/test/org/openqa/grid/e2e/BUCK
@@ -1,4 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK
SUITES = glob(['**/*Tests.java'])

java_test(name = 'e2e',
Expand Down
2 changes: 0 additions & 2 deletions java/server/test/org/openqa/grid/selenium/node/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(
name = "node",
srcs = glob(["*.java"]),
Expand Down
4 changes: 1 addition & 3 deletions java/server/test/org/openqa/selenium/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_binary(
name = 'server-with-tests',
main_class = 'org.openqa.selenium.Main',
Expand Down Expand Up @@ -41,4 +39,4 @@ prebuilt_jar(
export_file(
name = 'core-scripts.jar',
src = '//javascript/selenium-core:selenium-core',
)
)
4 changes: 1 addition & 3 deletions java/server/test/org/openqa/selenium/grid/config/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(
name = "config",
srcs = glob(["*.java"]),
Expand All @@ -11,4 +9,4 @@ java_test(
"//third_party/java/guava:guava",
"//third_party/java/junit:junit",
],
)
)
2 changes: 0 additions & 2 deletions java/server/test/org/openqa/selenium/grid/server/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(
name = "server",
srcs = glob(["*.java"]),
Expand Down
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(
name = "remote",
srcs = glob(["*.java"]),
Expand All @@ -12,4 +10,4 @@ java_test(
"//third_party/java/guava:guava",
"//third_party/java/junit:junit",
],
)
)
4 changes: 1 addition & 3 deletions java/server/test/org/openqa/selenium/grid/web/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(
name = "web",
labels = [ "small" ],
Expand All @@ -9,4 +7,4 @@ java_test(
"//third_party/java/guava:guava",
"//third_party/java/junit:junit",
],
)
)
2 changes: 0 additions & 2 deletions java/server/test/org/openqa/selenium/injector/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

java_test(
name = "small-tests",
srcs = glob(["*.java"]),
Expand Down
1 change: 0 additions & 1 deletion java/server/test/org/openqa/selenium/remote/server/BUCK
@@ -1,4 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK
java_test(name = 'small-tests',
srcs = [
'RemoteServerTests.java',
Expand Down
@@ -1,4 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK
java_binary(
name = 'server',
deps = [
Expand Down
@@ -1,4 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK
java_test(name = 'test',
srcs = glob(['*.java']),
labels = [
Expand Down
2 changes: 0 additions & 2 deletions java/server/test/org/openqa/selenium/tests/BUCK
@@ -1,5 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK

zip_file(
name = 'tests',
out = 'tests-sources.jar',
Expand Down
1 change: 0 additions & 1 deletion java/server/test/org/openqa/testing/BUCK
@@ -1,4 +1,3 @@
# BUILD FILE SYNTAX: SKYLARK
java_library(name = 'test-base',
srcs = glob([
'*.java',
Expand Down

0 comments on commit 35c99c9

Please sign in to comment.