fixed a test to follow the layout of template. tweet-widget
authorhamidouk
Mon, 21 Nov 2011 10:17:54 +0100
branchtweet-widget
changeset 284 cbb17aa3361c
parent 283 39e6707ca72b
child 285 b7aa28af2c10
fixed a test to follow the layout of template.
unittests/tests/widgets/annotationsWidget.js
--- 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() {