X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fto_dom_coords.js;h=98da7c47e6cf7e4f3813853a1ad58d136d969714;hb=dbcf3e6d42b575e99702e39495f2c892526a705e;hp=c70b704776fe0faaa6a867485dfe2dff75560ae4;hpb=063e83bad654d6b5afcc156f7a2a0be4b2ea8e94;p=dygraphs.git diff --git a/auto_tests/tests/to_dom_coords.js b/auto_tests/tests/to_dom_coords.js index c70b704..98da7c4 100644 --- a/auto_tests/tests/to_dom_coords.js +++ b/auto_tests/tests/to_dom_coords.js @@ -56,6 +56,7 @@ ToDomCoordsTestCase.prototype.testPlainChart = function() { this.checkForInverses(g); + // TODO(konigsberg): This doesn't really belong here. Move to its own test. var htx = g.hidden_ctx_; assertEquals(1, CanvasAssertions.numLinesDrawn(htx, '#ff0000')); }