From: Dan Vanderkam Date: Tue, 26 May 2015 20:58:39 +0000 (-0400) Subject: drop mocha test X-Git-Tag: v1.1.1~5 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=refs%2Fheads%2Frelease-1.1.1;p=dygraphs.git drop mocha test --- diff --git a/auto_tests/tests/error_bars.js b/auto_tests/tests/error_bars.js index 6830496..f58ca29 100644 --- a/auto_tests/tests/error_bars.js +++ b/auto_tests/tests/error_bars.js @@ -131,6 +131,8 @@ errorBarsTestCase.prototype.testErrorBarsCorrectColors = function() { assertEquals([0, 255, 0, 38], Util.samplePixel(g.hidden_, 200, 225)); }; +/* + // Regression test for https://github.com/danvk/dygraphs/issues/517 // This verifies that the error bars have alpha=fillAlpha, even if the series // color has its own alpha value. @@ -178,6 +180,8 @@ it('testErrorBarsForAlphaSeriesCorrectColors', function() { assert.deepEqual([0, 255, 0, 38], Util.samplePixel(g.hidden_, 1, 225)); }); +*/ + // Regression test for http://code.google.com/p/dygraphs/issues/detail?id=392 errorBarsTestCase.prototype.testRollingAveragePreservesNaNs = function() {