loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git] / t / t34horizontal_many_points.t
index 26311e4adc026be0df27c46332f8e2445164dbe8..149aeec7271913ced5501452ffc5fc0d92cf6b45 100644 (file)
@@ -39,7 +39,7 @@ my $img1 = $bar->draw();
 ok($img1, "drawing bar chart");
 
 $img1->write(file=>'testout/t34_points.ppm') or die "Can't save img1: ".$img1->errstr."\n";
-cmpimg($img1, 'testimg/t34_points.ppm', 1);
+cmpimg($img1, 'testimg/t34_points.ppm', 80_000);
 
 unless (is(@warned, 0, "should be no warnings")) {
   diag($_) for @warned;