From: Dan Vanderkam Date: Mon, 8 Aug 2011 02:06:22 +0000 (-0400) Subject: cleanup X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=a8447d610690f711db5328a018baf096a245ecf9;p=dygraphs.git cleanup --- diff --git a/auto_tests/tests/axis_labels.js b/auto_tests/tests/axis_labels.js index 6027c58..095fb25 100644 --- a/auto_tests/tests/axis_labels.js +++ b/auto_tests/tests/axis_labels.js @@ -291,11 +291,6 @@ AxisLabelsTestCase.prototype.testAxisLabelFormatterPrecedence = function () { var graph = document.getElementById("graph"); var g = new Dygraph(graph, data, opts); - // This is the existing behavior: - // assertEquals(['y0','y1','y2','y3','y4','y5','y6','y7','y8'], getXLabels()); - - // This is the correct behavior: assertEquals(['x0','x2','x4','x6','x8'], getXLabels()); - assertEquals(['y0','y2','y4','y6','y8','y10','y12','y14','y16','y18'], getYLabels()); };