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