really add failing test
authorDan Vanderkam <dan@dygraphs.com>
Fri, 20 Jul 2012 18:43:57 +0000 (14:43 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Fri, 20 Jul 2012 18:43:57 +0000 (14:43 -0400)
auto_tests/tests/stacked.js

index a269cab..d2ecb19 100644 (file)
@@ -60,4 +60,3 @@ stackedTestCase.prototype.testCorrectColors = function() {
   assertEquals([0, 255, 0, 38], getPixel(imageData, 200, 150));
   assertEquals([255, 255, 255, 255], getPixel(imageData, 200, 50));
 };
-