Skip to content

Commit ef0a221

Browse files
committed
add exceptions for ElementClosesElement2Test
1 parent a8657f1 commit ef0a221

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

checkstyle_suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
<suppress checks="MethodName" files="CtorPrototypeTest.java"/>
7979
<suppress checks="MethodName" files="ElementClosesElementTest.java"/>
80+
<suppress checks="MethodName" files="ElementClosesElement2Test.java"/>
8081
<suppress checks="MethodName" files="HostConstructorTest.java"/>
8182
<suppress checks="MethodName" files="DedicatedWorkerGlobalScopeConstantsTest.java"/>
8283
<suppress checks="MethodName" files="HostParentOf.+Test.java"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ else if (oneTests.size() == 0) {
169169
.and().doNotHaveFullyQualifiedName("org.htmlunit.css.BrowserConfiguration$ChromeAndEdgeAndFirefox")
170170

171171
.and().doNotHaveFullyQualifiedName("org.htmlunit.general.huge.ElementClosesElementTest")
172+
.and().doNotHaveFullyQualifiedName("org.htmlunit.general.huge.ElementClosesElement2Test")
172173
.should().callMethod(BrowserVersion.class, "isFirefox", new Class[] {});
173174

174175
/**

0 commit comments

Comments
 (0)