diff -r 1c991d6a5305 -r d9f1a193df16 test/integration/index-radio.htm --- a/test/integration/index-radio.htm Thu Oct 20 15:52:18 2011 +0200 +++ b/test/integration/index-radio.htm Thu Oct 20 15:52:51 2011 +0200 @@ -51,8 +51,8 @@ ser2 = new IriSP.JSONSerializer(dt, "../test.json"); var player = new IriSP.PlayerWidget(pop, config, ser); var annotationWidget = new IriSP.AnnotationsWidget(pop, config, ser); - - ser.sync(function() { player.draw(); annotationWidget.draw(); }); + var segmentsWidget = new IriSP.SegmentsWidget(pop, config, ser); + ser.sync(function() { player.draw(); annotationWidget.draw(); segmentsWidget.draw();}); });