Index: /trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorTest.java
===================================================================
--- /trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorTest.java	(revision 1341)
+++ /trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorTest.java	(revision 1342)
@@ -19,4 +19,5 @@
 import java.io.File;
 import java.util.Collection;
+import java.util.HashMap;
 import java.util.Iterator;
 import java.util.List;
@@ -151,5 +152,5 @@
         assertTrue(logFile.exists());
         
-        HTMLLogParser parser = new HTMLLogParser();
+        HTMLLogParser parser = new HTMLLogParser(new HashMap<String, List<String>>());
         
         parser.parseFile(logFile);
@@ -367,5 +368,5 @@
         assertTrue(logFile.exists());
         
-        HTMLLogParser parser = new HTMLLogParser();
+        HTMLLogParser parser = new HTMLLogParser(new HashMap<String, List<String>>());
         
         parser.parseFile(logFile);
@@ -520,5 +521,5 @@
         htmlMonitor = null;
         
-        HTMLLogParser parser = new HTMLLogParser();
+        HTMLLogParser parser = new HTMLLogParser(new HashMap<String, List<String>>());
         
         // assert 9 already rotated log files
@@ -679,5 +680,5 @@
         assertTrue(logFile2.exists());
          
-        HTMLLogParser parser = new HTMLLogParser();
+        HTMLLogParser parser = new HTMLLogParser(new HashMap<String, List<String>>());
         
         parser.parseFile(logFile1);
