From: eichsjul Date: Fri, 12 Apr 2013 06:49:21 +0000 (+0200) Subject: REFACTORING: corrected the name for test "step_plot_per_series" X-Git-Tag: v1.0.0~31^2~11 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=a535619ba714a2a84c8ef25fcef10393a0b47c05;p=dygraphs.git REFACTORING: corrected the name for test "step_plot_per_series" --- diff --git a/auto_tests/tests/step_plot_per_series.js b/auto_tests/tests/step_plot_per_series.js index bf25948..d1bf323 100644 --- a/auto_tests/tests/step_plot_per_series.js +++ b/auto_tests/tests/step_plot_per_series.js @@ -3,7 +3,7 @@ * * @author julian.eichstaedt@ch.sauter-bc.com (Fr. Sauter AG) */ -var StepTestCase = TestCase("step_plot_per_series"); +var StepTestCase = TestCase("step-plot-per-series"); StepTestCase.prototype.setUp = function() { document.body.innerHTML = "
";