Index: trunk/test/scriptbuilder/structures/SimulationScriptTest.java
===================================================================
--- trunk/test/scriptbuilder/structures/SimulationScriptTest.java	(revision 80)
+++ trunk/test/scriptbuilder/structures/SimulationScriptTest.java	(revision 111)
@@ -235,5 +235,5 @@
         assertEquals(11, result);
 
-        ((ScriptEvent) instance.incidents.get(0).slices.get(0).events.get(0)).length = 45;
+        ((ScriptEvent) instance.incidents.get(0).slices.get(10).events.get(0)).length = 45;
         instance.incidents.get(0).updateLength();
         assertEquals(10, instance.incidents.get(0).offset);
