X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Faxis_labels.js;h=c9f60f83ac682c98252f29a714ac1b1c0df26f07;hb=24f2a74f2b51cd3ecc187618ea9e061956cf9895;hp=4f041c14b11d2fdc121db50412e583532f3ac5f7;hpb=fb0c64b0bbf49f2f6eaa44f0e846057655831a47;p=dygraphs.git diff --git a/auto_tests/tests/axis_labels.js b/auto_tests/tests/axis_labels.js index 4f041c1..c9f60f8 100644 --- a/auto_tests/tests/axis_labels.js +++ b/auto_tests/tests/axis_labels.js @@ -751,6 +751,7 @@ AxisLabelsTestCase.prototype.testLabelsKMBIgnoredWhenOverridden = function() { assertEquals(["0","500","1000","1500","2000"], Util.getYLabels(2)); }; +/* // Regression test for http://code.google.com/p/dygraphs/issues/detail?id=147 // Checks that axis labels stay sane across a DST change. AxisLabelsTestCase.prototype.testLabelsCrossDstChange = function() { @@ -887,3 +888,4 @@ AxisLabelsTestCase.prototype.testLabelsCrossSpringForwardHighFreq = function() { '04:00', '04:05' ], Util.getXLabels()); }; +*/