From 5348f25e54f698e368dc6b063365b6ce0e24ebe6 Mon Sep 17 00:00:00 2001 From: Tom Vahlman <tom@dsv.su.se> Date: Tue, 10 Apr 2012 12:59:17 +0200 Subject: [PATCH] Removed old code. --- .../dsv/scipro/match/TestGreedyMatchingAlgorithm.java | 11 ----------- 1 file changed, 11 deletions(-) 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>();