verifyControls();
}
public void testPreStartDupe() throws Exception
{
Orderer o = new Orderer(new DefaultErrorHandler(), "cartoon character");
o.add("FRED", "fred", "*", null);
o.add("BARNEY", "barney", "*", null);
o.add("WILMA", "wilma", "betty", null);
o.add("BETTY", "betty", null, null);