From 796ccbc0ad1e0e50dbd75e9eb0e109c19efd9524 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Fri, 15 Jun 2012 17:49:46 -0400 Subject: [PATCH] Add TODO -- move that assertion someplace else. --- auto_tests/tests/to_dom_coords.js | 1 + 1 file changed, 1 insertion(+) 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')); } -- 2.7.4