diff -r 69a9969daa41 -r 76400fd4ce70 test/integration/radio.htm --- a/test/integration/radio.htm Mon Jan 30 16:23:55 2012 +0100 +++ b/test/integration/radio.htm Mon Jan 30 16:24:15 2012 +0100 @@ -67,12 +67,7 @@ } }; - IriSP.loadLibs(IriSP.lib, config, "../test.json", - function() { - var layoutManager = new IriSP.LayoutManager(config.gui.container); - var pop = IriSP.configurePopcorn(layoutManager, config.player); - - var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); }); + IriSP.initPlayer(config, "../test.json");