shape ops work in progress
good checkpoint: nearly all tests pass solidly here
git-svn-id: http://skia.googlecode.com/svn/trunk@7420 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index bf86c07..8b4052f 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -15,13 +15,13 @@
void Intersection_Tests() {
int testsRun = 0;
- QuadraticIntersection_Test();
+ SimplifyNew_Test();
+ CubicToQuadratics_Test();
CubicIntersection_OneOffTest();
+ QuadraticIntersection_Test();
QuarticRoot_Test();
CubicIntersection_RandTest();
- SimplifyNew_Test();
CubicsToQuadratics_RandTest();
- CubicToQuadratics_Test();
Simplify4x4RectsThreaded_Test(testsRun);
Simplify4x4QuadraticsThreaded_Test(testsRun);
QuadLineIntersectThreaded_Test(testsRun);