REFACTORING: corrected the name for test "step_plot_per_series"
authoreichsjul <julian.eichstaedt@ch.sauter-bc.com>
Fri, 12 Apr 2013 06:49:21 +0000 (08:49 +0200)
committereichsjul <julian.eichstaedt@ch.sauter-bc.com>
Fri, 12 Apr 2013 06:49:21 +0000 (08:49 +0200)
auto_tests/tests/step_plot_per_series.js

index bf25948..d1bf323 100644 (file)
@@ -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 = "<div id='graph'></div>";