From cab72e32993444479b98afae6c0667a1cb0051f4 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 8 Sep 2006 05:24:49 +0000 Subject: [PATCH] oops. update test for r1417 mod git-svn-id: http://svn.openlayers.org/trunk/openlayers@1418 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Popup.html b/tests/test_Popup.html index a717e27f69..4dd69326b5 100644 --- a/tests/test_Popup.html +++ b/tests/test_Popup.html @@ -73,7 +73,7 @@ popup.setBorder(border); popup.draw(new OpenLayers.Pixel(x, y)); - t.eq(popup.div.id, id + "_div", "popup.div.id set correctly"); + t.eq(popup.div.id, id, "popup.div.id set correctly"); t.eq(popup.div.style.left, x + "px", "left position of popup.div set correctly"); t.eq(popup.div.style.top, y + "px", "top position of popup.div set correctly"); t.eq(popup.div.style.width, w + "px", "width position of popup.div set correctly");