Skip to content

Commit 44652b4

Browse files
committed
cleanup alerts
1 parent 931f108 commit 44652b4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/test/java/org/htmlunit/archunit/Architecture2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public void check(final JavaMethod method, final ConditionEvents events) {
213213
* Validate test annotations.
214214
*/
215215
@ArchTest
216-
public static final ArchRule jsxGetterAnnotationStartsWithGet = methods()
216+
public static final ArchRule consistentTestAnnotations = methods()
217217
.that().areAnnotatedWith(Test.class)
218218
.and().areNotDeclaredIn("org.htmlunit.junit.annotation.AnnotationUtilsTest")
219219
.should(haveConsistentTestAnnotations);

src/test/java/org/htmlunit/javascript/host/css/property/ElementClientHeightTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,9 +2130,7 @@ public void clientHeightSmallerLarger() throws Exception {
21302130
FF = "12, 49, 3",
21312131
FF_ESR = "12, 49, 3")
21322132
@HtmlUnitNYI(CHROME = "11, 49, 2",
2133-
EDGE = "11, 49, 2",
2134-
FF = "12, 49, 3",
2135-
FF_ESR = "12, 49, 3")
2133+
EDGE = "11, 49, 2")
21362134
public void clientHeightUnits() throws Exception {
21372135
final String html = DOCTYPE_HTML
21382136
+ "<html><head><body>\n"

src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetHeightTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ public void offsetHeightSmallerLarger() throws Exception {
265265
FF = "12, 49, 3",
266266
FF_ESR = "12, 49, 3")
267267
@HtmlUnitNYI(CHROME = "11, 49, 2",
268-
EDGE = "11, 49, 2",
269-
FF = "12, 49, 3",
270-
FF_ESR = "12, 49, 3")
268+
EDGE = "11, 49, 2")
271269
public void offsetHeightUnits() throws Exception {
272270
final String html = DOCTYPE_HTML
273271
+ "<html><head><body>\n"

0 commit comments

Comments
 (0)