From 3cfd49a03ece39d40fb127f9db2dbf6866abfcbd Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Tue, 21 May 2013 21:22:22 -0700 Subject: [PATCH] updated tests --- tests/html/performanceTests.html | 28 +++++++--------------------- tests/js/unit/plugins/labelTests.js | 2 +- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/tests/html/performanceTests.html b/tests/html/performanceTests.html index dc1d0db9..bdc51cc6 100644 --- a/tests/html/performanceTests.html +++ b/tests/html/performanceTests.html @@ -10,50 +10,36 @@ \ No newline at end of file diff --git a/tests/js/unit/plugins/labelTests.js b/tests/js/unit/plugins/labelTests.js index e1cd37c7..60d50340 100644 --- a/tests/js/unit/plugins/labelTests.js +++ b/tests/js/unit/plugins/labelTests.js @@ -1,5 +1,5 @@ Test.Modules.LABEL = { - '*add label': function(containerId) { + 'add label': function(containerId) { var stage = new Kinetic.Stage({ container: containerId, width: 578,