From de22e48ef271c061eac205c66b3b82be186344a9 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 21 May 2011 20:32:08 +0200 Subject: [PATCH] PlacedSymbol tests: remove comment. --- test/tests/PlacedSymbol.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/tests/PlacedSymbol.js b/test/tests/PlacedSymbol.js index dd45c2c0..aa356fce 100644 --- a/test/tests/PlacedSymbol.js +++ b/test/tests/PlacedSymbol.js @@ -12,8 +12,6 @@ test('placedSymbol bounds', function() { var symbol = new Symbol(path); var placedSymbol = new PlacedSymbol(symbol); - // These tests currently fail because we haven't implemented - // Item#strokeBounds yet. compareRectangles(placedSymbol.bounds, new Rectangle(-50.5, -50.5, 101, 101), 'PlacedSymbol initial bounds.');