work on tests

This commit is contained in:
Peter Hormanns 2011-05-06 15:10:27 +00:00
parent 8b270bf373
commit d6fa2c090c

View File

@ -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 };