Aufräumne

This commit is contained in:
Purodha Blissenbach 2012-07-18 19:28:02 +00:00
parent 52752ee0df
commit f170f011aa

View File

@ -129,13 +129,12 @@ public class DomainTest {
testZeroOptions(); testZeroOptions();
} }
// @Test @Test
public void testInvalidOption() { public void testInvalidOption() {
String user = "aaa00"; String user = "aaa00";
String grantingTicketURL = cas.getGrantingTicketURL(user); String grantingTicketURL = cas.getGrantingTicketURL(user);
Map<String, Object> setParams = new HashMap<String, Object>(); Map<String, Object> setParams = new HashMap<String, Object>();
Map<String, String> whereParams = new HashMap<String, String>(); Map<String, String> whereParams = new HashMap<String, String>();
// setParams.put("user", "aaa00");
List<String> optionslist = new ArrayList<String>(); List<String> optionslist = new ArrayList<String>();
optionslist.add("invalide"); optionslist.add("invalide");
setParams.put("domainoptions", optionslist); setParams.put("domainoptions", optionslist);
@ -157,7 +156,6 @@ public class DomainTest {
String grantingTicketURL = cas.getGrantingTicketURL(user); String grantingTicketURL = cas.getGrantingTicketURL(user);
Map<String, Object> setParams = new HashMap<String, Object>(); Map<String, Object> setParams = new HashMap<String, Object>();
Map<String, String> whereParams = new HashMap<String, String>(); Map<String, String> whereParams = new HashMap<String, String>();
// setParams.put("user", "aaa00");
List<String> optionslist = new ArrayList<String>(); List<String> optionslist = new ArrayList<String>();
optionslist.add("graylisting"); optionslist.add("graylisting");
setParams.put("domainoptions", optionslist); setParams.put("domainoptions", optionslist);
@ -179,7 +177,6 @@ public class DomainTest {
String grantingTicketURL = cas.getGrantingTicketURL(user); String grantingTicketURL = cas.getGrantingTicketURL(user);
Map<String, Object> setParams = new HashMap<String, Object>(); Map<String, Object> setParams = new HashMap<String, Object>();
Map<String, String> whereParams = new HashMap<String, String>(); Map<String, String> whereParams = new HashMap<String, String>();
// setParams.put("user", "aaa00");
List<String> optionslist = new ArrayList<String>(); List<String> optionslist = new ArrayList<String>();
optionslist.add("htdocsfallback"); optionslist.add("htdocsfallback");
optionslist.add("graylisting"); optionslist.add("graylisting");