shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@7758 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index f7663e4..f55bab7 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -14,13 +14,16 @@
void Intersection_Tests() {
int testsRun = 0;
- SimplifyNew_Test();
+#if 0
+ QuadraticIntersection_IntersectionFinder();
QuadraticIntersection_OneOffTest();
- CubicsToQuadratics_OneOffTest();
CubicIntersection_IntersectionFinder();
+ CubicIntersection_NewOneOffTest();
+#endif
+ SimplifyNew_Test();
+ CubicsToQuadratics_OneOffTest();
CubicIntersection_OneOffTest();
CubicIntersection_OneOffTests();
- QuadraticIntersection_OneOffTest();
#if 0
parseSVG();
#endif