work on tests
This commit is contained in:
parent
8b270bf373
commit
d6fa2c090c
@ -207,7 +207,7 @@ public class UnixUserTest {
|
||||
String user = "aaa00";
|
||||
String grantingTicketURL = cas.getGrantingTicketURL(user);
|
||||
Map<String, String> whereParams = new HashMap<String, String>();
|
||||
whereParams.put("name", "aaa00-test2");
|
||||
whereParams.put("name", "aaa00-test3");
|
||||
Object[] params = new Object[] { user,
|
||||
cas.getServiceTicket(grantingTicketURL, RemoteTestHelper.getBackendURL()),
|
||||
whereParams };
|
||||
|
Loading…
Reference in New Issue
Block a user