}
@Test
public void createUncommonTunnel() throws Exception {
DefaultTunnel tunnel = new DefaultTunnel(-1, "�2�$-_=+$%%^", "�2�-_=+2�$", -1, 0, false,
"�2�$-_=+$%%^w", "�2�$%$%%^grre-_=+", 8080, new HostService("localhost"), null, Calendar.getInstance(), Calendar.getInstance());
assertEquals("There should not be any Tunnel", 0, getTunnelService().getTunnels().size());
Tunnel createdTunnel = createResource(tunnel);
assertEquals("There should not be any Tunnel", 1, getTunnelService().getTunnels().size());
deleteResource(createdTunnel);
}