shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@7738 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index e828184..f7663e4 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -14,14 +14,17 @@
 
 void Intersection_Tests() {
     int testsRun = 0;
+    SimplifyNew_Test();
     QuadraticIntersection_OneOffTest();
+    CubicsToQuadratics_OneOffTest();
     CubicIntersection_IntersectionFinder();
     CubicIntersection_OneOffTest();
+    CubicIntersection_OneOffTests();
+    QuadraticIntersection_OneOffTest();
   #if 0
     parseSVG();
   #endif
-    SimplifyNew_Test();
-    QuadraticIntersection_PointFinder();
+//    QuadraticIntersection_PointFinder();
     ShapeOps4x4CubicsThreaded_Test(testsRun);
     CubicToQuadratics_Test();
     QuadraticIntersection_Test();
@@ -62,7 +65,7 @@
     SimplifyRectangularPaths_Test();
     SimplifyQuadralateralPaths_Test();
 
-    ActiveEdge_Test();
+  //  ActiveEdge_Test();
 
     QuadraticCoincidence_Test();
     QuadraticIntersection_Test();