work in progress
of note, all edge walker tests succeed at this point

git-svn-id: http://skia.googlecode.com/svn/trunk@3330 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 42f4a26..2a1620e 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -17,8 +17,9 @@
     LineQuadraticIntersection_Test();
     LineCubicIntersection_Test();
 
-    SimplifyPolygonPaths_Test();
     SimplifyRectangularPaths_Test();
+    SimplifyPolygonPaths_Test();
+    SimplifyQuadralateralPaths_Test();
 
     QuadraticCoincidence_Test();
     QuadraticReduceOrder_Test();