Add TODO -- move that assertion someplace else.
authorRobert Konigsberg <konigsberg@google.com>
Fri, 15 Jun 2012 21:49:46 +0000 (17:49 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Fri, 15 Jun 2012 21:49:46 +0000 (17:49 -0400)
auto_tests/tests/to_dom_coords.js

index c70b704..98da7c4 100644 (file)
@@ -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'));
 }