fixed unit test. popcorn-port
authorhamidouk
Wed, 07 Dec 2011 14:31:20 +0100
branchpopcorn-port
changeset 423 748cce3d80d4
parent 422 b14a1a83ebc1
child 424 dcf7121b1202
fixed unit test.
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
+}