| Index: tests/PathOpsQuadIntersectionTest.cpp
 | 
| ===================================================================
 | 
| --- tests/PathOpsQuadIntersectionTest.cpp	(revision 9425)
 | 
| +++ tests/PathOpsQuadIntersectionTest.cpp	(working copy)
 | 
| @@ -50,6 +50,19 @@
 | 
|  }
 | 
|  
 | 
|  static const SkDQuad testSet[] = {
 | 
| +    {{{131.37418,11414.9825}, {130.28798,11415.9328}, {130.042755,11417.4131}}},
 | 
| +    {{{130.585787,11418.4142}, {130.021447,11417.8498}, {130,11417}}},
 | 
| +
 | 
| +    {{{130.73167037963867, 11418.546386718750}, {131.26360225677490, 11418.985778808592},
 | 
| +            {132, 11419 }}},
 | 
| +    {{{132, 11419}, {131.15012693405151, 11418.978546142578},
 | 
| +            {130.58578681945801, 11418.414184570313}}},
 | 
| +
 | 
| +    {{{132, 11419},
 | 
| +            {130.73167037963867, 11418.546386718750}, {131.26360225677490, 11418.985778808592}}},
 | 
| +    {{{131.15012693405151, 11418.978546142578},
 | 
| +            {130.58578681945801, 11418.414184570313}, {132, 11419}}},
 | 
| +
 | 
|      {{{3.0774019473063863, 3.35198509346713}, {3.0757503498668397, 3.327320623945933},
 | 
|              {3.0744102085015879, 3.3025879417907196}}},
 | 
|      {{{3.053913680774329, 3.3310471586283938}, {3.0758730889691694, 3.3273466070370152},
 | 
| @@ -252,7 +265,7 @@
 | 
|  }
 | 
|  
 | 
|  static void QuadraticIntersection_OneOffTest(skiatest::Reporter* reporter) {
 | 
| -    oneOffTest1(reporter, 43, 47);
 | 
| +    oneOffTest1(reporter, 0, 1);
 | 
|  }
 | 
|  
 | 
|  static void oneOffTests(skiatest::Reporter* reporter) {
 | 
| 
 |