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();