From 861f826aa8a28bc4238152fdfddba4839e1b08f8 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 21 May 2011 20:33:08 +0200 Subject: [PATCH] Rename PlacedSymbol testing module. --- test/tests/PlacedSymbol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/PlacedSymbol.js b/test/tests/PlacedSymbol.js index 795dfbc0..f035a855 100644 --- a/test/tests/PlacedSymbol.js +++ b/test/tests/PlacedSymbol.js @@ -1,4 +1,4 @@ -module('Placed Symbol'); +module('Symbol & Placed Symbol'); test('placedSymbol bounds', function() { var path = new Path.Circle([50, 50], 50);