unittests/index.html
branchpopcorn-port
changeset 100 dbd302a995f5
parent 83 1fb63a1a8ac3
child 111 df08c7f9535c
--- a/unittests/index.html	Thu Oct 20 10:19:00 2011 +0200
+++ b/unittests/index.html	Thu Oct 20 10:19:36 2011 +0200
@@ -23,6 +23,7 @@
 	<script src="tests/widget.js" type="text/javascript"></script>
 	<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>
 </head>
 <script>
  $(document).ready(function(){ 
@@ -37,6 +38,7 @@
 		test_widget();
 		test_player_widget();
 		test_annotations_widget();
+		test_segments_widget();
 });
 </script>	
 <body>