Index: trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServerTest.java
===================================================================
--- trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServerTest.java	(revision 938)
+++ trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServerTest.java	(revision 943)
@@ -203,5 +203,5 @@
             "        \"path\":\"/html[0]/body(id=gsr)\"," +
             "        \"eventType\":\"onscroll\"," +
-            "        \"scrollPosition\":\"165\"" +
+            "        \"scrollPosition\": [\"23\", \"567\"]" +
             "      }," +
             "      {" +
@@ -252,5 +252,6 @@
             if ((i == 8)) {
                 assertNotNull("event " + i, events[i].getScrollPosition());
-                assertEquals("event " + i, new Integer(165), events[i].getScrollPosition());
+                assertArrayEquals
+                    ("event " + i, new Integer[] { 23, 567 }, events[i].getScrollPosition());
             }
             else {
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 938)
+++ trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorTest.java	(revision 943)
@@ -198,5 +198,5 @@
             "        \"path\":\"/html[0]/body(id=gsr)\"," +
             "        \"eventType\":\"onscroll\"," +
-            "        \"scrollPosition\":\"165\"" +
+            "        \"scrollPosition\": [\"23\", \"567\"]" +
             "      }," +
             "      {" +
@@ -237,5 +237,5 @@
                          "onclick", "/html[0]/body(id=gsr)/input(id=input8)", "255,4");
         assertLogMessage(logEntries[8], clientId, "9", "Title", "http://host/path", "Agent",
-                         "onscroll", "/html[0]/body(id=gsr)", "165");
+                         "onscroll", "/html[0]/body(id=gsr)", "23,567");
         assertLogMessage(logEntries[9], clientId, "10", "Title", "http://host/path", "Agent",
                          "onclick", "/html[0]/body(id=gsr)/input(id=input10)", "516,154");
