Index: trunk/quest-core-events-test/src/test/java/de/ugoe/cs/quest/eventcore/EventTest.java
===================================================================
--- trunk/quest-core-events-test/src/test/java/de/ugoe/cs/quest/eventcore/EventTest.java	(revision 765)
+++ trunk/quest-core-events-test/src/test/java/de/ugoe/cs/quest/eventcore/EventTest.java	(revision 766)
@@ -27,5 +27,5 @@
     }
 
-    @Test(expected = java.security.InvalidParameterException.class)
+    @Test(expected = java.lang.IllegalArgumentException.class)
     public void testEvent_2() throws Exception {
         new Event(null);
@@ -265,5 +265,5 @@
     }
 
-    @Test(expected = java.security.InvalidParameterException.class)
+    @Test(expected = java.lang.IllegalArgumentException.class)
     public void testAddReplayEvent_fixture_3() throws Exception {
         Event fixture = new Event(mock(IEventType.class));
@@ -289,5 +289,5 @@
     }
 
-    @Test(expected = java.security.InvalidParameterException.class)
+    @Test(expected = java.lang.IllegalArgumentException.class)
     public void testAddReplaySequence_2() throws Exception {
         Event fixture = new Event(mock(IEventType.class));
