projects
/
imager-graph.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git]
/
t
/
t10pie.t
diff --git
a/t/t10pie.t
b/t/t10pie.t
index d5a99cbe8a39e7f5d7ebe8ad60f0cc0076989776..15f710835a824881dfdd3a259a13dae6a08e6415 100644
(file)
--- a/
t/t10pie.t
+++ b/
t/t10pie.t
@@
-259,7
+259,7
@@
cmpimg($img6, "testimg/t10_hlegend.png", 550_000);
my $im = $pie->draw();
ok($im, "made lin_found test using methods");
- cmpimg($im, "testimg/t10_lin_fount.png", 180_00);
+ cmpimg($im, "testimg/t10_lin_fount.png", 180_00
0
);
}
{