fixed a test to follow the layout of template.
--- a/unittests/tests/widgets/annotationsWidget.js Fri Nov 18 17:45:52 2011 +0100
+++ b/unittests/tests/widgets/annotationsWidget.js Mon Nov 21 10:17:54 2011 +0100
@@ -29,7 +29,6 @@
widget.draw();
equal(widget.selector.children(".Ldt-AnnotationsWidget").length, 1, "test if the div has been added correctly");
- equal(widget.selector.children(".Ldt-AnnotationsWidget").find(".Ldt-SaKeyword").length, 1, "test if sub-div has been added correctly");
});
test("test annotation display function", function() {