Removed old code.
This commit is contained in:
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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user