# HG changeset patch # User hamidouk # Date 1320934426 -3600 # Node ID 0eb060a3b656589a34995b616bbc8daa84f72419 # Parent d1f0e604bd06cf5ffe1996181c942f860a9b1cfb updated the test to use the new slider widget. diff -r d1f0e604bd06 -r 0eb060a3b656 test/integration/html5-video.htm --- a/test/integration/html5-video.htm Thu Nov 10 15:06:22 2011 +0100 +++ b/test/integration/html5-video.htm Thu Nov 10 15:13:46 2011 +0100 @@ -38,7 +38,14 @@ format:'cinelab', src:'../test.json', type:'json'} - }]}, + }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'../test.json', + type:'json'} + }, + ]}, player:{ type:'html5', file:'../trailer.ogv', diff -r d1f0e604bd06 -r 0eb060a3b656 test/integration/jwplayer-video.htm --- a/test/integration/jwplayer-video.htm Thu Nov 10 15:06:22 2011 +0100 +++ b/test/integration/jwplayer-video.htm Thu Nov 10 15:13:46 2011 +0100 @@ -40,7 +40,14 @@ format:'cinelab', src:'../test.json', type:'json'} - }]}, + }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'../test.json', + type:'json'} + } + ], player:{ type:'jwplayer', flashplayer:'../../res/swf/player.swf', diff -r d1f0e604bd06 -r 0eb060a3b656 test/integration/polemic-youtube.htm --- a/test/integration/polemic-youtube.htm Thu Nov 10 15:06:22 2011 +0100 +++ b/test/integration/polemic-youtube.htm Thu Nov 10 15:13:46 2011 +0100 @@ -48,7 +48,7 @@ heigh: 160, metadata : { format:'cinelab', - src:'polemic.json', + src:'polemic_fr.json', type:'empty' } }], @@ -59,7 +59,13 @@ format:'cinelab', src:'polemic_fr.json', type:'json'} - } + }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'polemic_fr.json', + type:'json'} + }, ] }, diff -r d1f0e604bd06 -r 0eb060a3b656 test/integration/polemic.htm --- a/test/integration/polemic.htm Thu Nov 10 15:06:22 2011 +0100 +++ b/test/integration/polemic.htm Thu Nov 10 15:13:46 2011 +0100 @@ -59,7 +59,13 @@ format:'cinelab', src:'polemic_fr.json', type:'json'} - } + }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'polemic_fr.json', + type:'json'} + }, ] }, diff -r d1f0e604bd06 -r 0eb060a3b656 test/integration/radio.htm --- a/test/integration/radio.htm Thu Nov 10 15:06:22 2011 +0100 +++ b/test/integration/radio.htm Thu Nov 10 15:13:46 2011 +0100 @@ -40,6 +40,12 @@ src:'../test.json', type:'json'} }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'../test.json', + type:'json'} + }, {type: "AnnotationsWidget", metadata:{ format:'cinelab', diff -r d1f0e604bd06 -r 0eb060a3b656 test/integration/youtube.htm --- a/test/integration/youtube.htm Thu Nov 10 15:06:22 2011 +0100 +++ b/test/integration/youtube.htm Thu Nov 10 15:13:46 2011 +0100 @@ -37,6 +37,12 @@ src:'../test.json', type:'json'} }, + {type: "SliderWidget", + metadata:{ + format:'cinelab', + src:'../test.json', + type:'json'} + }, {type: "SegmentsWidget", // please note that type refers directly to the constructor of the widget. mode: "radio",