From 9fd4c47c8e3d87efd89acab8c1b59a5f526506d4 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Fri, 31 Dec 2010 12:21:54 +0000 Subject: a more suitable name --- jarmon/jarmon.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jarmon/jarmon.test.js') diff --git a/jarmon/jarmon.test.js b/jarmon/jarmon.test.js index b42f701..18b82d4 100644 --- a/jarmon/jarmon.test.js +++ b/jarmon/jarmon.test.js @@ -401,11 +401,11 @@ YUI({ logInclude: { TestRunner: true } }).use('console', 'test', function(Y) { Y.Test.Runner.add(new Y.Test.Case({ - name: "jarmon.ChartConfig", + name: "jarmon.RrdChooser", setUp: function() { this.$tpl = $('
').appendTo($('body')) - var c = new jarmon.ChartConfig(this.$tpl); + var c = new jarmon.RrdChooser(this.$tpl); c.drawRrdUrlForm(); }, -- cgit v1.2.3