Account for total curves in the random tests.

This commit is contained in:
hkrish 2013-05-19 18:34:05 +02:00
parent 0647792a4f
commit 3e8c6300bc

View file

@ -518,7 +518,7 @@ function doRandomTests( testdata ){
}
success = ixspaper.length === found;
testdata.push({
curves: seg,
curves: p1.curves.length + p2.curves.length,
ixsfat: ixsfat.length,
ixspaper: ixspaper.length,
ratio: ixsfat.length / (seg),