--- a/unittests/tests/widget.js Wed Dec 07 17:12:04 2011 +0100
+++ b/unittests/tests/widget.js Thu Dec 08 11:23:08 2011 +0100
@@ -2,7 +2,7 @@
function test_widget() {
module("Base widget testing",
{setup : function() {
- this.Popcorn = Popcorn.youtube("#popcorn-div", "http://www.youtube.com/watch?v=QH2-TGUlwu4");
+ this.Popcorn = Popcorn("#popcorn-div");
this.dt = new IriSP.DataLoader();
this.ser = new IriSP.JSONSerializer(this.dt, "/url");
@@ -26,4 +26,4 @@
});
-};
\ No newline at end of file
+};