diff -r d5d6e98a95d3 -r d1fbfb7adeea test/integration/elm/index.htm --- a/test/integration/elm/index.htm Mon Dec 05 15:54:09 2011 +0100 +++ b/test/integration/elm/index.htm Tue Dec 06 17:04:00 2011 +0100 @@ -15,7 +15,7 @@ - + @@ -30,7 +30,7 @@ width:650, height:2100, container:'LdtPlayer', - css:'../../../src/css/LdtPlayer.css', + css:'LdtPlayer.css', widgets: [ {type: "PolemicViewer", width: 640, /* required for this widget */ @@ -102,7 +102,15 @@ width: 640, } }; - + + IriSP.lib = { + jQuery : "jquery.js", + jQueryUI : "jquery-ui.js", + jQueryToolTip : "jquery.tools.min.js", + swfObject : "swfobject.js", + cssjQueryUI : "jquery-ui.css", + }; + IriSP.loadLibs(IriSP.lib, config.gui.css, function() { var layoutManager = new IriSP.LayoutManager(config.gui.container);