Skip to content

Commit 3ff5a6e

Browse files
committed
Add missing getLdapAttrHomeDirectory method to TestFessConfig
1 parent 600ca28 commit 3ff5a6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/org/codelibs/fess/cors/DefaultCorsHandlerTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,5 +889,10 @@ public String getPluginVersionFilter() {
889889
public Integer getPluginVersionFilterAsInteger() {
890890
return null;
891891
}
892+
893+
@Override
894+
public String getLdapAttrHomeDirectory() {
895+
return null;
896+
}
892897
}
893898
}

0 commit comments

Comments
 (0)