unittests/tests/init.js
branchpopcorn-port
changeset 423 748cce3d80d4
parent 287 5c7495102bd7
child 461 a9c5eeca190c
--- 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
+}