work in progress
in the middle of switching to sortless version

git-svn-id: http://skia.googlecode.com/svn/trunk@3768 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index 0179cb7..e3c042c 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -4,12 +4,10 @@
 void cubecode_test(int test);
 void testSimplify();
 
-#define TEST_QUADS_FIRST 01
+#define TEST_QUADS_FIRST 0
 
 void Intersection_Tests() {
-#if !TEST_QUADS_FIRST
-    ActiveEdge_Test();
-#endif
+    SimplifyAddIntersectingTs_Test();
 
     cubecode_test(1);
     convert_testx();
@@ -29,8 +27,8 @@
     SimplifyRectangularPaths_Test();
     SimplifyQuadralateralPaths_Test();
 
-#if TEST_QUADS_FIRST
     ActiveEdge_Test();
+#if TEST_QUADS_FIRST
     Simplify4x4QuadraticsThreaded_Test();
 #endif
     SimplifyDegenerate4x4TrianglesThreaded_Test();