Skip to content

Commit 18adfc2

Browse files
committed
Fixed ACLImpersonateHintTest
1 parent a99ec15 commit 18adfc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stapler-plugin/src/test/java/org/kohsuke/stapler/netbeans/plugin/ACLImpersonateHintTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828
import java.net.URL;
2929
import org.acegisecurity.Authentication;
3030
import org.junit.Test;
31+
import org.kohsuke.stapler.StaplerProxy;
3132
import org.netbeans.modules.java.hints.test.api.HintTest;
3233
import org.openide.filesystems.FileUtil;
3334

3435
public class ACLImpersonateHintTest {
3536

3637
@Test public void warningIssued() throws Exception {
37-
HintTest.create().classpath(cpify(ACL.class), cpify(Authentication.class))
38+
HintTest.create().classpath(cpify(ACL.class), cpify(Authentication.class), cpify(StaplerProxy.class))
3839
.input("package test;\n"
3940
+ "import hudson.model.AbstractProject;\n"
4041
+ "import hudson.security.ACL;\n"

0 commit comments

Comments
 (0)