File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
plugins/LdapPlugin/test/opengrok/auth/plugin Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 41
41
import org .junit .Before ;
42
42
import org .junit .BeforeClass ;
43
43
import org .junit .Test ;
44
- import org .opensolaris .opengrok .authorization .AuthorizationFramework ;
45
44
import org .opensolaris .opengrok .configuration .Group ;
46
45
import org .opensolaris .opengrok .configuration .Project ;
47
46
48
47
public class LdapAttrPluginTest {
49
48
50
49
private HttpServletRequest dummyRequest ;
51
50
private LdapAttrPlugin plugin ;
52
- private AuthorizationFramework framework ;
53
51
54
52
private static File whitelistFile ;
55
53
@@ -78,9 +76,6 @@ public void setUp() {
78
76
parameters .put (LdapAttrPlugin .ATTR_PARAM , "mail" );
79
77
80
78
plugin .load (parameters );
81
-
82
- framework = new AuthorizationFramework ();
83
- framework .reload ();
84
79
}
85
80
86
81
private void prepareRequest (String username , String mail , String ... ous ) {
You can’t perform that action at this time.
0 commit comments