PlacedSymbol tests: remove comment.

This commit is contained in:
Jonathan Puckey 2011-05-21 20:32:08 +02:00
parent f5e9ad2e85
commit de22e48ef2

View file

@ -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.');