# HG changeset patch # User hamidouk # Date 1321630012 -3600 # Node ID 2c65775623cbc641ebf6629b3743de1604fe84da # Parent 5284f337bd53a3cdeef05c8e4b74b43a12cfdbe1 moved the sliderwidget just under the polemic widget in the integration tests. diff -r 5284f337bd53 -r 2c65775623cb test/integration/polemic-youtube.htm --- a/test/integration/polemic-youtube.htm Fri Nov 18 11:00:06 2011 +0100 +++ b/test/integration/polemic-youtube.htm Fri Nov 18 16:26:52 2011 +0100 @@ -53,6 +53,12 @@ } }], }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'polemic_fr.json', + type:'json'} + } {type: "PlayerWidget", // please note that type refers directly to the constructor of the widget. mode: "radio", metadata:{ @@ -65,14 +71,7 @@ format:'cinelab', src:'polemic_fr.json', type:'json'} - }, - {type: "SliderWidget", - metadata:{ - format:'cinelab', - src:'polemic_fr.json', - type:'json'} - } - + }, ] }, player:{ diff -r 5284f337bd53 -r 2c65775623cb test/integration/polemic.htm --- a/test/integration/polemic.htm Fri Nov 18 11:00:06 2011 +0100 +++ b/test/integration/polemic.htm Fri Nov 18 16:26:52 2011 +0100 @@ -53,6 +53,12 @@ } }], }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'polemic_fr.json', + type:'json'} + }, {type: "PlayerWidget", // please note that type refers directly to the constructor of the widget. mode: "radio", metadata:{ @@ -65,13 +71,7 @@ format:'cinelab', src:'polemic_fr.json', type:'json'} - }, - {type: "SliderWidget", - metadata:{ - format:'cinelab', - src:'polemic_fr.json', - type:'json'} - }, + }, ] },