--- a/unittests/index.html Mon Oct 24 12:43:13 2011 +0200
+++ b/unittests/index.html Mon Oct 24 16:51:22 2011 +0200
@@ -25,6 +25,7 @@
<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>
+ <script src="tests/init.js" type="text/javascript"></script>
</head>
<script>
$(document).ready(function(){
@@ -41,6 +42,7 @@
test_annotations_widget();
test_segments_widget();
test_layout();
+ test_init();
});
</script>
<body>