Skip to content

Commit c8ac79d

Browse files
committed
Remove all the empty globs
1 parent 385e83b commit c8ac79d

File tree

6 files changed

+0
-53
lines changed

6 files changed

+0
-53
lines changed

dotnet/src/support/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ csharp_library(
3131
"*.cs",
3232
"Events/*.cs",
3333
"Extensions/*.cs",
34-
"PageObjects/**/*.cs",
3534
"UI/*.cs",
3635
]) + [":assembly-info"],
3736
out = "WebDriver.Support",
@@ -71,7 +70,6 @@ csharp_library(
7170
"*.cs",
7271
"Events/*.cs",
7372
"Extensions/*.cs",
74-
"PageObjects/**/*.cs",
7573
"UI/*.cs",
7674
]) + [":assembly-info"],
7775
out = "WebDriver.Support.StrongNamed",

dotnet/test/support/Events/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dotnet_nunit_test_suite(
2424
srcs = glob(
2525
[
2626
"**/*Test.cs",
27-
"**/*Tests.cs",
2827
],
2928
exclude = SMALL_TESTS,
3029
) + [
Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +0,0 @@
1-
load("@rules_jvm_external//:defs.bzl", "artifact")
2-
load("//java:defs.bzl", "JUNIT5_DEPS", "java_test_suite")
3-
load("//java:version.bzl", "TOOLS_JAVA_VERSION")
4-
5-
java_test_suite(
6-
name = "SmallTests",
7-
size = "small",
8-
srcs = glob(["*Test.java"]),
9-
javacopts = [
10-
"--release",
11-
TOOLS_JAVA_VERSION,
12-
],
13-
deps = [
14-
"//java/src/org/openqa/selenium/events",
15-
"//java/src/org/openqa/selenium/events/local",
16-
"//java/src/org/openqa/selenium/grid/data",
17-
"//java/src/org/openqa/selenium/grid/security",
18-
"//java/src/org/openqa/selenium/grid/sessionqueue",
19-
"//java/src/org/openqa/selenium/grid/sessionqueue/local",
20-
"//java/src/org/openqa/selenium/grid/sessionqueue/remote",
21-
"//java/src/org/openqa/selenium/json",
22-
"//java/src/org/openqa/selenium/remote",
23-
"//java/src/org/openqa/selenium/support",
24-
"//java/test/org/openqa/selenium/grid/testing",
25-
"//java/test/org/openqa/selenium/remote/tracing:tracing-support",
26-
artifact("org.junit.jupiter:junit-jupiter-api"),
27-
artifact("io.opentelemetry:opentelemetry-api"),
28-
artifact("org.assertj:assertj-core"),
29-
artifact("com.google.guava:guava"),
30-
] + JUNIT5_DEPS,
31-
)
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +0,0 @@
1-
load("@rules_jvm_external//:defs.bzl", "artifact")
2-
load("//java:defs.bzl", "JUNIT5_DEPS", "java_test_suite")
3-
4-
java_test_suite(
5-
name = "SmallTests",
6-
size = "small",
7-
srcs = glob(["*.java"]),
8-
deps = [
9-
"//java/src/org/openqa/selenium/json",
10-
"//java/src/org/openqa/selenium/remote",
11-
"//java/src/org/openqa/selenium/remote/http",
12-
"//java/test/org/openqa/selenium/testing:annotations",
13-
artifact("com.google.guava:guava"),
14-
artifact("org.junit.jupiter:junit-jupiter-api"),
15-
artifact("org.assertj:assertj-core"),
16-
] + JUNIT5_DEPS,
17-
)

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ js_library(
3232
"http/*.js",
3333
"io/*.js",
3434
"lib/*.js",
35-
"lib/atoms/bidi-mutation-listener.js",
3635
"lib/fedcm/*.js",
3736
"net/*.js",
3837
"remote/*.js",

rb/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ rb_binary(
179179

180180
rb_test(
181181
name = "lint",
182-
srcs = glob(["**/*.rb"]),
183182
args = [
184183
"--autocorrect",
185184
"--config=rb/.rubocop.yml",

0 commit comments

Comments
 (0)