Index: tools/test_rendering.py |
diff --git a/tools/test_rendering.py b/tools/test_rendering.py |
index 35e6d94f4b16b3ba3fc78b6479c59cca81da6173..31e848b3c3cb04145884198f41a756707b5fca8b 100644 |
--- a/tools/test_rendering.py |
+++ b/tools/test_rendering.py |
@@ -1,10 +1,13 @@ |
''' |
-Compares the rendererings of serialized SkPictures to expected result. |
- |
Copyright 2012 Google Inc. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
+ |
+Compares the rendererings of serialized SkPictures to expected result. |
+ |
+TODO(epoger): Combine with overlapping tools/tests/render_pictures_test.py . |
+See https://code.google.com/p/skia/issues/detail?id=1943#c2 |
''' |
# common Python modules |
import os |