shape ops work in progress
working demo of old vs. new

git-svn-id: http://skia.googlecode.com/svn/trunk@5209 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 67885b3..39faad1 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -8,9 +8,10 @@
 
 void Intersection_Tests() {
     int testsRun = 0;
-    QuadLineIntersectThreaded_Test(testsRun);
     SimplifyNew_Test();
     Simplify4x4QuadraticsThreaded_Test(testsRun);
+    QuadLineIntersectThreaded_Test(testsRun);
+    LineQuadraticIntersection_Test();
     Simplify4x4RectsThreaded_Test(testsRun);
     SimplifyNondegenerate4x4TrianglesThreaded_Test(testsRun);
     SimplifyDegenerate4x4TrianglesThreaded_Test(testsRun);
@@ -33,7 +34,6 @@
 
     LineParameter_Test();
     LineIntersection_Test();
-    LineQuadraticIntersection_Test();
     LineCubicIntersection_Test();
 
     SimplifyQuadraticPaths_Test();