unittests/index.html
branchpopcorn-port
changeset 111 df08c7f9535c
parent 100 dbd302a995f5
child 127 3ce493c93d6c
--- a/unittests/index.html	Fri Oct 21 11:21:14 2011 +0200
+++ b/unittests/index.html	Fri Oct 21 11:21:35 2011 +0200
@@ -24,6 +24,7 @@
 	<script src="tests/playerWidget.js" type="text/javascript"></script>
 	<script src="tests/annotationsWidget.js" type="text/javascript"></script>
 	<script src="tests/segmentsWidget.js" type="text/javascript"></script>
+	<script src="tests/layout.js" type="text/javascript"></script>
 </head>
 <script>
  $(document).ready(function(){ 
@@ -39,6 +40,7 @@
 		test_player_widget();
 		test_annotations_widget();
 		test_segments_widget();
+		test_layout();
 });
 </script>	
 <body>