diff --git a/src/test/java/se/su/dsv/scipro/match/TestGreedyMatchingAlgorithm.java b/src/test/java/se/su/dsv/scipro/match/TestGreedyMatchingAlgorithm.java index 2ba72ca7f2..ef7f3cd43b 100644 --- a/src/test/java/se/su/dsv/scipro/match/TestGreedyMatchingAlgorithm.java +++ b/src/test/java/se/su/dsv/scipro/match/TestGreedyMatchingAlgorithm.java @@ -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>();