Index: trunk/EventBenchConsoleTest/src/de/ugoe/cs/eventbench/jfc/data/JFCEventTest.java
===================================================================
--- trunk/EventBenchConsoleTest/src/de/ugoe/cs/eventbench/jfc/data/JFCEventTest.java	(revision 378)
+++ trunk/EventBenchConsoleTest/src/de/ugoe/cs/eventbench/jfc/data/JFCEventTest.java	(revision 382)
@@ -2,4 +2,5 @@
 
 import org.junit.*;
+
 import static org.junit.Assert.*;
 
@@ -362,4 +363,8 @@
 	}
 	
+	@Before
+	public void setUp() {
+		JFCTargetComparator.reset();
+	}
 	
 	public static void main(String[] args) {
