commit | cef7e3fc4bc6223ab0e42ed754e2a09028479c0b | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 28 16:57:05 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 28 16:57:05 2012 +0000 |
tree | 7ffeced2ca38683147f2c48a645b1cb0a82b96c6 | |
parent | 301968088afed75452845bbe93e6fb78f14061d4 [diff] [blame] |
work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@3276 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index f27a3cf..42f4a26 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -17,7 +17,8 @@ LineQuadraticIntersection_Test(); LineCubicIntersection_Test(); - testSimplify(); + SimplifyPolygonPaths_Test(); + SimplifyRectangularPaths_Test(); QuadraticCoincidence_Test(); QuadraticReduceOrder_Test();