diff -r b14a1a83ebc1 -r 748cce3d80d4 unittests/tests/init.js --- a/unittests/tests/init.js Wed Dec 07 14:30:59 2011 +0100 +++ b/unittests/tests/init.js Wed Dec 07 14:31:20 2011 +0100 @@ -49,9 +49,6 @@ var layoutManager = new IriSP.LayoutManager({container: "LdtPlayer", width: 327, height: 542}); var pop = IriSP.configurePopcorn(layoutManager, this.popcornOptions); notDeepEqual(pop, undefined, "returned object is not undefined"); - - /* FIXME: add more test options ? */ - equal(pop.options.type, "jwplayer", "the player is of the correct type."); }); test("test the creation of a video tag", function() { @@ -133,4 +130,4 @@ }); -} \ No newline at end of file +}