Index: applications/editors/josm/plugins/videomapping/test/videotest.java
===================================================================
--- applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 25796)
+++ applications/editors/josm/plugins/videomapping/test/videotest.java	(revision 25894)
@@ -28,6 +28,7 @@
     	testplayer.setJumpLength(1000);
     	testplayer.setLoopLength(3000);
-    	testplayer.addVideo(new File("C:\\TEMP\\test.mpg"));
-    	testplayer.addVideo(new File("C:\\TEMP\\aoe-drachen_dvdscr.avi"));
+    	testplayer.addVideo(new File("C:\\TEMP\\test.mpg"),"1");
+    	testplayer.addVideo(new File("C:\\TEMP\\aoe-drachen_dvdscr.avi"),"2");
+    	testplayer.enableSingleVideoMode(true);
         
     }
