Removed old code.

This commit is contained in:
Tom Vahlman 2012-04-10 12:59:17 +02:00
parent 2ba3fadd95
commit 5348f25e54

@ -139,17 +139,6 @@ public class TestGreedyMatchingAlgorithm {
}
}
/* @Before
public void setUp() throws Exception {
new ContextListener().onApplicationEvent(null);
RequiresLogin requiresLogin = getClass().getAnnotation(RequiresLogin.class);
if (requiresLogin != null && requiresLogin.value()) {
login();
}
}*/
@Before
public void init() throws Exception {
supervisorAvailability = new ArrayList<Availability>();